Dockerized demo laravel app.
Carry out the following steps the first time:
- Build
- Run
- Bash into app container (get the app name through
docker ps
or looking at docker-compose.yml) - Install composer and Generate key for application
- Access site via http://localhost:8000 on host machine
docker-compose build app
docker-compose up -d
docker exec -it laravel-app-app bash
composer install