Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 245 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 245 Bytes

TODO App

1. Rename .env.example -> .env in the project directory

2. Run docker compose command

docker compose up -d

3. Run migrations in "app" container

docker compose exec app php artisan migrate