DEV Community

Bryan
Bryan

Posted on • Originally published at devlogbook.com

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_MINIO_CONSOLE_PORT=8091 FORWARD_MEILISEARCH_PORT=7701 
Enter fullscreen mode Exit fullscreen mode

Top comments (0)