I think this is because laravel-echo-server is only listening on loopback interface.
You should try setting "host" to 0.0.0.0 instead of null.
Like this..
"host": "0.0.0.0"
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community