ammezie / laravel-chat

Build a chat app in Laravel
MIT License
123 stars 127 forks source link

chat messages are not showing without refresh #14

Open Atizaz1 opened 6 years ago

DadalusSA commented 6 years ago

Hi, I also faced this issued before, please double check all the files and inspect your page when you click sent is there any error? Please kindly check the event class , "class MessageSent implements ShouldBroadcast", my mistake were create event but did not add implements ShouldBroadcast.

Legend23 commented 6 years ago

I have the thame problem, the chat messages are not showing without refresh. I can't see where the problem is.

hojjatghasemi commented 5 years ago

i have the same problem,any help?

MDARH commented 5 years ago

I downloaded this file. But still have to refresh :( And don't get any answer to anywhere. Did you get anyone this solution?

avonian commented 4 years ago

make sure you set BROADCAST_DRIVER=pusher in your laravel .env

i overlooked this and it caused me a bit of pain

lavaca92 commented 1 month ago

check your private channel which may not be active.