Run Multiple Laravel Sail Projects on Same Machine
Add the following to the .env file and make sure the following ports are different from each app
APP_PORT=81
FORWARD_DB_PORT=33061
FORWARD_MAILHOG_PORT=12051
FORWARD_MAILHOG_DASHBOARD_PORT=8027
FORWARD_REDIS_PORT=63791
FORWARD_MINIO_PORT=9001
FORWARD...
devlogbook.com1 min read