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.
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...
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?"
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?
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 🙏🙏🙏
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
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 :)
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.
Your tutorials are the best
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?
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...
How to create multiple notifications and show specific notification to specific user role?
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 make icon that count the notification ??
Is this realtime in Admin or we need to refresh page to view the latest notifications ?
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 change default user model to a custom model?
can set the delay for database notification?
are the notifications pushed to the admin ??
Hi,
Really it's very nice and working fine.
Lot of thanks sir
Is there anyway to store database notifications to mongo db
Api's
Can you please elaborate it
Awesome video sir.....
Great Video - thank you so much!
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
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 😞
this is not realtime?
I'm looking for realtime too.
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?
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 🙏🙏🙏
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!
Thanks!!!
Cooool! 🤍
thanx
thanks god