syntaxlexx / laravel-5-messenger

A Simple Laravel 5, 6, 7, 8, 9, 10 & 11 Messenger with Pusher Capabilities
https://messenger-inertia.acelords.com/
MIT License
104 stars 32 forks source link

Integrate Pusher on Laravel 5.6 #15

Closed impactcolor closed 5 years ago

impactcolor commented 5 years ago

How would I integrate Pusher on Laravel 5.6? The docs are a little confusing on pusher.
I uncommented broadcast in config app and installed package. Everything works great but I don't see any data on the pusher dashboard.

syntaxlexx commented 5 years ago

Hi @impactcolor , kindly check out the examples to get it working.

Essentially, the new laravel-ish way of accomplishing that would be via firing an event and registering channels. The examples and the demo offer a good place to view it. Also, broadcasting should not be commented out. (The laravel docs are pretty straight forward ~ at least to me)

For more enquiries, I'll be here.