syntaxlexx / laravel-5-messenger

A Simple Laravel 5, 6, 7, 8, 9, 10 & 11 Messenger with Pusher Capabilities

Home Page:https://messenger-inertia.acelords.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate Pusher on Laravel 5.6

impactcolor opened this issue · comments

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.

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.