why not try to implement it, I Guess Jeff already covered it in here : https://laracasts.com/lessons/broadcasting-events-in-laravel-5-1
Laravel Chat Packages
I am looking for a packages where two users can send messages, can see whether recipient has seen or not.
Any suggestion?
What about the Database Notification in 5.3? https://laravel.com/docs/5.3/notifications#database-notifications
TQ @InaniELHoussain . Will give a try.
@tkjaergaard , I am using Laravel 5.2
@InaniELHoussain & @tkjaergaard
I found one packages called Nahid Talk. Now wondering is that real time chat application? Meaning will it notify when sender send message to receiver without refresh the page?
It doesnt seem to be realtime. No use of external real time services and no own web socket code or other frequent check for updates..
@theFinalArbiter the real time effect could be done using AJAX
@InaniELHoussaink Yes exactly! What I meant with "frequent chec for updates". But couldnt see that..
Maybe OP could use this repo anyway and just add some extra AJAX if needed
I'de do the same thing, but it you should think twice about it since you'll be checking the server/DB each n seconds ...
TQ....
Do you have any suggestion for such kind of package? I would host in cPanel...
You may try nahid/talk to make users conversation. For realtime messaging you can implement it with laravel event broadcasting.
Hello! I'm excited to present a highly robust Laravel chat solution, the result of over 500 hours of development, available for just $19
https://codecanyon.net/item/laraguppy-a-laravel-real-time-chat-solution/52260382
Please or to participate in this conversation.