Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 412 Bytes

File metadata and controls

22 lines (17 loc) · 412 Bytes

Polyglot

Installation

composer install
php artisan migrate
php artisan storage:link
php artisan queue:work

It is assumed that the database has case-insensitive collation set.

Docker

docker-compose up -d
docker-compose exec app composer install
docker-compose exec app php artisan migrate
docker-compose exec app php artisan storage:link
docker-compose exec app php artisan queue:work