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.