MuseMe
MuseMe

Reputation: 43

admin laravel Notification system

Hi guys am working on an back-end system(admin) in laravel. I would like to send notifications realtime to the admin whenever a user makes some changes from thier side. for instance if a user creates a new project, i would like for the admin to be notified when the user submits the project details to the database. Please help me with a model of the same. thanks

Upvotes: 0

Views: 1339

Answers (1)

Gadzhev
Gadzhev

Reputation: 442

Your question is very broad and you don't specify a clear problem. However, for real time notifications I'd suggest you to look at the following libraries: Socket IO, Ratchet and Pusher.

Upvotes: 1

Related Questions