Project Laravel to manage your Tasks
- copy env.example to .env
- docker-compose up -d
- docker exec -it tasks-web composer install
- docker exec -it tasks-web php artisan key:generate
- docker exec -it tasks-web php artisan config:cache
- docker exec -it tasks-web php artisan migrate
- docker-compose up -d
- docker exec -it tasks-web php artisan serve --host 0