- Update nginx and phpmyadmin ports in the /.env.exmaple file (optional, to avoid conflict ports)
- Run the command "make run-app-with-setup-db", if you got the error try to run the command "make run-app-with-setup" first
- Read /Makefile to know more commands or use plain docker compose commands by your choice
- docker compose exec php composer --version
- docker compose exec php composer require [package_name]
- docker compose exec php php artisan migrate:fresh --seed
- docker compose exec mysql mysql --version
- docker compose exec mysql /bin/sh
- docker compose exec nginx nginx -v
- docker compose exec nginx /bin/sh
- docker compose ps (List of current running containers)
- docker logs [container_id]