Level 60
https://laravel.com/docs/11.x/reverb#running-server
REVERB_SERVER_PORT=6001
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
On my .env file I have set the following:
REVERB_HOST="localhost"
REVERB_PORT=6001
REVERB_SCHEME=http
On tinker, if I run config('broadcasting.connections.reverb.options.port') I get 6001 as expected.
But when I run artisan reverb:start it starts on port 8080. I tried running artisan reverb:restart but it does not fix it.
Is this normal? If so, what is the point of setting the port on the .env file?
https://laravel.com/docs/11.x/reverb#running-server
REVERB_SERVER_PORT=6001
Please or to participate in this conversation.