it says:
Class "Pusher\Pusher" not found
/home/SITE_URL/public_html/vendor/laravel/framework/src/Illuminate/Broadcasting/BroadcastManager.php#295
How can I fix this message?
already running in local with no error,
is there any way to set "allowed_origins" for pusher service
https://pusher.com
Now anyone that know my "app_key" can connect to my socket server in pusher.com "app_key" is in socket request address in the browser console so its not secure !
I'm trying to setup Pusher to receive push notifications from my server. I've gone through the docs and followed the instructions but I'm getting this error which I have no clue how to get past. If you help me sort it out it'll be like an early…
Problem is when I do request to php server , is returning me messages in real time , so when I open page in second tab , and send request from first page , Is displaying same message on the second tab , but i did not request in second tab , or…
I'm beginner to use laravel pusher with vue js.
I used this tutorial to make a chat with pusher but it is not working truely. Users do not receive the other users' messages.
enter image description here
As you see in the picture, I receive these…