beyondcode / laravel-websockets

Websockets for Laravel. Done right.
https://beyondco.de/docs/laravel-websockets
MIT License
5.08k stars 628 forks source link

Cannot access laravel-websockets dashboard on xampp #670

Closed JesseCoinmerce closed 3 years ago

JesseCoinmerce commented 3 years ago

I'm trying to run laravel-websockets on XAMPP however, I cannot access localhost:8000/laravel-websockets debugging dashboard after running php artisan websockets:serve.

Inside the console I am getting Starting the WebSocket server on port 6001 but when I go to localhost:8000/laravel-websockets it throws 404 not found

laravel/framework: 8.12 PHP 7.3.25 XAMPP v3.2.4 Pusher v3.4.1

MahmoudElsherbeny commented 2 years ago

do you reach the solution ?