Skip to content

Tag: pusher

Pusher Doesn’t Broadcast on Private Channels -PHP/Laravel

I have set up Pusher and Laravel Echo for my app to notify users on some event firings. I have tested to see whether setup is working by broadcasting on a “Public Channel” and successfully saw that is works. Here is the event itself: Public channel: app/resources/assets/js/bootstrap.js: And Larave…