Relative Content

Tag Archive for phplaravelvue.jseventspusher

Laravel Event is not working on broadcasting

I’m trying to create a laravel websocket using pusher + laravel-echo and vue+vite for frontend.
I used this guide for configuring websockets. The problem is that if I create an event on pusher Debug console with this params Channel: comments, Event: newComment – it will console.log this event on my site, but my real event isn’t showing.
This is my event: