Why isn't my Laravel WebSocket event hitting or showing output?

27 Views Asked by At

Using WebSocket in laravel Event neither hits nor shows the output.

I want to create an event using WebSocket in the chat app and want the output on the screen, as I made a channel. but When I write in the terminal " event(new App\Events\UserStatusEvent()); " the event neither hits [ ] in the terminal nor shows the output on the events table.

0

There are 0 best solutions below