Follow

Follow

Run Multiple Laravel Sail Projects on Same Machine

Bryan's photo
Bryan
·Sep 24, 2022·

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_MINIO_CONSOLE_PORT=8091
FORWARD_MEILISEARCH_PORT=7701
 
Share this