laravel-docker-setup Instructions create mysql directory create src directory use database as host in laravel .env file Commands docker-compose exec php-apache /bin/bash to execute commands in web host docker-compose exec database /bin/bash to execute commands in database host