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

satishsen's avatar

Customer support chat using Laravel

I am working on some Laravel project in which i want to provide live chat for customer services. Customer fill some information then chat will be start. I want some thing like tawk.to. Please suggest me any library or some helping material that can help me. I don't want to use tawk.to. I tried websockets using pusher and laravel-echo but could not achieve the same thing.

0 likes
2 replies
martinbean's avatar

@satishsen Well you’re going to struggle then, given that web sockets and Laravel Echo is exactly how you would build a live chat.

Please or to participate in this conversation.