Category "pusher"

remove unsubscribed subscriptions

Laravel6 lighthouse-php5 I'm using lighthouse-php for GraphQL Subscription and I receive the message from pusher. So I have the question of Subscription unsubsc

Pusher Cannot read properties of undefined (reading 'push')

I want to update the list of users with pusher. When I submit the console shows this error: enter image description here I also get Uncaught refering to pusher.

There is no like "toOthers()" method in @broadcast of lighthouse?

framework versions laravel 6.20 lighthouse 5.3 Problem I'd like to use toOthers() method like this (laravel doc) in lighthouse but it seems @broadcast doesn't h

I have project created by laravel 8 ,and i use JWT for my API ,now i can't install pusher because of JWT version

Someone can help me to fix this conflict Your requirements could not be resolved to an installable set of packages. Problem 1 - tymon/jwt-auth is locked to vers

Pusher: Trigger pusher events from android app

In an android app I was able to subscribe to a pusher channel and log out the event data. So now I want to be able to trigger events from the same application.