


It’s working without php artisan serve, I have a virtual host on my local system and a laravel-websockets script running on my staging site, but it’s not connected and everything I tried doesn’t make a differenceģ. In the JS code, "private" by "channel" ("private" will be underlined by the IDE with the message "Instance member is not accessible") ('session.'+ssion_code)Ģ. New PrivateChannel('session.'.$this->session_code), In the MessageSent event, "PrivateChannel" by "Channel" public function broadcastOn() It’s only working with public channels, if I replace the following: When using private channels, the Pusher debug console is receiving the messages with the correct session numbers.ġ.
#Fast bulk mailer serial key how to
I have implemented it as is and it’s working to some extent, but to be honest I have no idea why it’s working and how to debug what is not working. Was the closest I found to what I needed. I have been searching for a way to implement a real-time chat in Laravel, and this solution 22nd September 2021 chat, laravel, php, pusher
