Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

tisuchi's avatar
Level 70

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?

0 likes
11 replies
theFinalArbiter's avatar

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..

1 like
theFinalArbiter's avatar

@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

1 like
InaniELHoussain's avatar

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 ...

tisuchi's avatar
Level 70

TQ....

Do you have any suggestion for such kind of package? I would host in cPanel...

nahid's avatar

You may try nahid/talk to make users conversation. For realtime messaging you can implement it with laravel event broadcasting.

Please or to participate in this conversation.