Here is my js Here is PersonalChat.php Here is My channels.php I asked my question in my channels.php and PersonalChat.php Again May I say My question is ** How to get room id ** in channels.php and PersonalChat.php Thank you all Sorry for my english skill Answer you can accept param in channel.php like {room…
Tag: laravel-echo
Laravel Echo Listener not working on frontend
I have created an event: Here is the bootstrap.js: and the route: laravel-echo-server.json : ENV file: When I set the broadcast driver to log: When I set the broadcast driver to redis & monitor redis via CLI: It looks like everything works fine, but the browser console in frontend doesn’t show any l…
Event listener is listening but doesn’t get triggered from event
Hi I’m currently learning Vue.js with Laravel and tried to develop a teamchat. I used redis instead of pusher because of financial reasons and used this laravel echo server for the echo server. The …