Redis – Laravel Echo Not Listening To Event
I have successfully configured laravel-websockets with laravel-echo. I have been able to start the server with the command php artisan websocket:serve. My app is able to connect and authenticate from the browser however broadcast events are not being logged in…