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

shihabudheen's avatar

Realtime notification implementation in Laravel

I am developing an ERP using Laravel and Angulajrs, Now I want to implement real time notification in my application like facebook live notification,

I have done bit research and I found socket.io is using to implement this, how can I use this in my laravel application?

Or is there any other good approach to implement this?

I am using windows for development and hosting in ubuntu.

Please help to me reach in a good solution

0 likes
3 replies
RamjithAp's avatar

A simple and efficient solution is Ajax Long-Polling. Google it and learn more how to implement that on your project.

Please or to participate in this conversation.