umairali

Results 2 comments of umairali

I solved this issue by removing the below code from the vue component. Echo.join(`chat.${roomId}`) .here((users) => { // }) .joining((user) => { console.log(user.name); }) .leaving((user) => { console.log(user.name); });

I found a solution to run this on CentOS 7 if i run this command php artisan chat:serve from shel Putty port on server opened and communication start Now i...