armingdev's avatar

Laravel Notifications with Angular

Hi everyone,

I need little help with making notifications in laravel API. So I have a project where is Laravel 8 on the backend (API) and Angular 11 on front. I'm making notifications for the first time and I just need an explanation of what I need to make it. I have read a lot in docs, but there are plenty information.. Il have a lot of notifications in app like private messages, thread replays on forums, and more... Also, I have to display it in angular in real-time.. Can some1 just put me on the right track what I need to implement and make?

0 likes
1 reply
neilstee's avatar
neilstee
Best Answer
Level 34

@armingdev check this thread: https://stackoverflow.com/questions/50035393/real-time-notification-using-laravel-as-back-end-api-and-angularjs-as-front-end

I think if you follow that, you will have a foundation on what are you trying to do and from there, do some modifications to meet your requirements.

Your question is a bit broad but my suggestion is to just start doing the basic requirement of that notification based on that thread I shared and add the necessary features as you go along. Good luck!

1 like

Please or to participate in this conversation.