Laravel-Realtime-Chat icon indicating copy to clipboard operation
Laravel-Realtime-Chat copied to clipboard

Real time group & private chat using Laravel brodcasting, Laravel Echo, Socket.io and Redis

Results 7 Laravel-Realtime-Chat issues
Sort by recently updated
recently updated
newest added

The parameter position of the function is wrong, array should be placed at the end

Hi ! Thanks for sharing this project. Where can I find this file use `App\PrivateChat;` in `UserController` ? and on private-chat form, I got this error : > Property or...

Hi, My example run very well, but the message between persons in different browser it's not synchonize. Example in browser A sent message but in browser B didn't show this...

Apparently setting the BROADCAST_DRIVER=redis and the QUEUE_DRIVER=sync is what finally makes the project work

I'm getting ``` RuntimeException in Encrypter.php line 43: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. ``` After doing everything in your setup.

i'm getting this error when i send the message the message is stored in the database but he didn't show up instantly in the vue ![capture](https://user-images.githubusercontent.com/15969336/28358459-3e1750ae-6c6f-11e7-82ee-5be09894ff6b.PNG) thank you for your...