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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay