Povilas is it possible to develop a Laravel web app that will notify users on their phone for notifications coming from the database? same as like getting a notification from youtube if there are replies to your comments on a video.
hello how can i archieve this am working on a laravel api "I have a database containing information about regions, districts, and counties, and I want to set up a notification system in Laravel with flexible targeting options. Specifically, I’d like to be able to: 1. Send notifications to everyone in all regions (broadcast to all users). 2. Target notifications to people within a specific region. 3. Target notifications to people within a specific district in a specific region. 4. Target notifications to people within a specific county under a specific district. Could you help me design the database structure to support these notification levels, and advise on how to implement this targeting logic in Laravel?"
How to handle database notification in a large project, coz after a few months the table size will increase? Is that affect the project speed? please answer...
Thats what i am going to implement now. But the only Q is. Is this real time? Now i use pusher to tranfer data and listen in vue. Is it possible to make it real time via database?
Awesome content. Thank you again for your hard work. Any quick tips on how to listen to the event of someone Authenticating via passport ? Done it when someone logins via views, but can't figure out how to do it when some one authenticates via APIs. Thank you again sir !
Hi, I haven't done it myself with Passport, so I don't have a direct answer, and from what I see, Passport doesn't fire an event of Authenticating or something similar, it's only these: laravel.com/docs/master/passport#events
Haven't tried it myself, but $user->notifications is Eloquent collection, so it should work with default Laravel pagination, something like $user->notifications->paginate(10);
@@LaravelDaily i am doing the same, supervisor has configured everything works fine, but after some days id does not working even the supervisor is running, but when I restart it, it starts working 😞
Hi there Iam asking How to implement the virtual Bank in laravel I have account in the accounts table I wanna transfer the mount from one to another How can do it Pls help me quickly 🙏🙏🙏
Your tutorials are perfect. You explain everything properly, but without going on too long. You are a great teacher. Thank you for making this video.
I don't think you can even imagine how good and helpful you are ;)
Thank you for your tutorials!
Thanks to you I've got a better grasp at implementing this, now i just wish you did this with Laravel web sockets.
dude your everywhere =P. I can't google anything with Laravel without you popping up!
Sorry for stalking you :)
Your tutorials are the best
Povilas is it possible to develop a Laravel web app that will notify users on their phone for notifications coming from the database? same as like getting a notification from youtube if there are replies to your comments on a video.
Is this realtime in Admin or we need to refresh page to view the latest notifications ?
Hi,
Really it's very nice and working fine.
Lot of thanks sir
hello how can i archieve this
am working on a laravel api
"I have a database containing information about regions, districts, and counties, and I want to set up a notification system in Laravel with flexible targeting options. Specifically, I’d like to be able to:
1. Send notifications to everyone in all regions (broadcast to all users).
2. Target notifications to people within a specific region.
3. Target notifications to people within a specific district in a specific region.
4. Target notifications to people within a specific county under a specific district.
Could you help me design the database structure to support these notification levels, and advise on how to implement this targeting logic in Laravel?"
How to handle database notification in a large project, coz after a few months the table size will increase? Is that affect the project speed? please answer...
Great Video - thank you so much!
Awesome video sir.....
how can I pass a specific admin id dynamically to the event handler? like a vendor system, where a user request to his owner for a stock refill?
Thank u so much for this video! but how can i make the id dynamic..i mean how can i pass it in the handle method?
How to create multiple notifications and show specific notification to specific user role?
are the notifications pushed to the admin ??
How to change default user model to a custom model?
How to make icon that count the notification ??
can set the delay for database notification?
Thanks!!!
Thats what i am going to implement now. But the only Q is. Is this real time? Now i use pusher to tranfer data and listen in vue. Is it possible to make it real time via database?
You will need to look at Laravels broadcast events that
Cooool! 🤍
Is there anyway to store database notifications to mongo db
Api's
Can you please elaborate it
thanks god
this is not realtime?
I'm looking for realtime too.
Awesome content. Thank you again for your hard work. Any quick tips on how to listen to the event of someone Authenticating via passport ? Done it when someone logins via views, but can't figure out how to do it when some one authenticates via APIs. Thank you again sir !
Hi, I haven't done it myself with Passport, so I don't have a direct answer, and from what I see, Passport doesn't fire an event of Authenticating or something similar, it's only these: laravel.com/docs/master/passport#events
@@PovilasKorop thank you Povilas. I'll have a look. Have a good day!
thanx
how to paginate the all notifications?
Haven't tried it myself, but $user->notifications is Eloquent collection, so it should work with default Laravel pagination, something like $user->notifications->paginate(10);
I have to send notifications to up to 1 million users at a time, how can I achieve that with optimize way.
By using queues and jobs
@@LaravelDaily i am doing the same, supervisor has configured everything works fine, but after some days id does not working even the supervisor is running, but when I restart it, it starts working 😞
Hi there
Iam asking
How to implement the virtual Bank in laravel
I have account in the accounts table
I wanna transfer the mount from one to another
How can do it
Pls help me quickly 🙏🙏🙏
thank you so much i have a problem with js is not working for me can you help me
Cual es la contraseña de admin?