LorienDarenya's avatar

Laravel Echo and Pusher?

I'm looking for a text guide to install and work with Laravel Echo and pusher. I've found some out of date ones. I love Laracast, but the videos are very visual and as a blind programmer I need more textual lessons. Any help would be greatly appreciated.

0 likes
3 replies
asaketr64x's avatar
Level 1

You might want to take a look here. Though I warn you that Pusher is a paid service . You might also want to look at something like socket.io once you are more comfortable with programming and have understood Laravel echo

1 like
LorienDarenya's avatar

@asaketr64x, I tried and tried with the tutorial you gave me, but Laravel Echo doesn't seem to work. I can see an event in my Pusher debug log and the message is being posted, but no one else sees the message until they refresh. Any tips?

asaketr64x's avatar

@LorienDarenya You might be missing something in your code . Unless knowing your code its not possible to suggest anything . If you are receiving the message in the pusher debug console that means you Laravel side is all good , the problem is in the JavaScript side .

Check your chrome console . You might be getting an error by pusher .

Please or to participate in this conversation.