Run Multiple Laravel Sail Projects on Same Machine

BryanBryan
1 min read

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
1
Subscribe to my newsletter

Read articles from Bryan directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Bryan
Bryan