laravel-websockets
laravel-websockets copied to clipboard
Statistic Dashboard not found
"laravel/framework": "^8.54" "beyondcode/laravel-websockets": "^2.0@beta"
when starting the websocket server at port 6001 everything seems to run normal: Starting the WebSocket server on port 6001...
and after some time it says: Saving statistics...
but for some reason I am unable to access any page under the 6001 port. even /laravel-websockets is resolved as a 404.
Does anybody has an advice what to do?
HI,
I have a same problem with dashboard. Server is running, and can connect
"beyondcode/laravel-websockets": "2.*",
"laravel/framework": "^8.40",
I commented on all mine routes and dashbord is not present.
This is the solution.
Look at line 12. You need to add that path
.
That's because in the WebSocketsServiceProvider
, the Route::group
is trying to find config('websockets.dashboard.path')
.
I'm using dev-master
branch. I think it's version 2.