Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 431 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 431 Bytes

Run

  1. Rename .env.example to .env (root folder). Change values if needed. Possible values for APP_ENV: local, staging, production
  2. Run docker-compose -f "docker-compose.yml" up -d --build

php artisan migrate --seed --force will be executed automatically

  1. Launch