@@amitavroydev i do have one quick Question. I can run tue schedule but only when i specify everyminute. When i use daily its said no scheduled commands. Do you have idea why?
Yes the laravel cron scheduler should run every minute. Only, it can keep a track of which command should run when. I hope I was able to answer your question. If not, feel free to reach out
@@amitavroydev i think this also had a relation with the time zone and the fact that in midnight the schedule run dont find anything to run since we are testing the today reminders. And hiw can i run the schedule like all the time? Beacause Apprently it stopped after. Is this where i should use jobs?
I think grouping users by email on first query by having relationship between reminder and user will avoid querying DB on every user to get email, that may have performance impact when there is many user. Nice video 👍
Thanks for the comment. And yes, you are right. That will be an efficient way. Actually, to be frank.. in such situations I use a very slim select query
one of the best videos , great explanations , thanks a lot !!!
You are welcome. Do subscribe and check out my new video on creating a bookmark application in Laravel 8. I am sure you will like it.
@@amitavroydev alreqdy Done Sir and im so glad i found ur channel.
Thanks
@@amitavroydev i do have one quick Question. I can run tue schedule but only when i specify everyminute. When i use daily its said no scheduled commands. Do you have idea why?
Yes the laravel cron scheduler should run every minute. Only, it can keep a track of which command should run when. I hope I was able to answer your question.
If not, feel free to reach out
@@amitavroydev i think this also had a relation with the time zone and the fact that in midnight the schedule run dont find anything to run since we are testing the today reminders.
And hiw can i run the schedule like all the time? Beacause Apprently it stopped after. Is this where i should use jobs?
Thank you, nice Tutorial
Glad you liked it
very informative thanks to your tutorial bro!!!! respect
Glad it was helpful!
already subscribe to your channel thanks again!! 🙏🙏🙏
I think grouping users by email on first query by having relationship between reminder and user will avoid querying DB on every user to get email, that may have performance impact when there is many user. Nice video 👍
Thanks for the comment. And yes, you are right. That will be an efficient way.
Actually, to be frank.. in such situations I use a very slim select query
Great video! Thanks!
Welcome
perfect work and explain thanks for this greatness video
Thanks for the comment.
I want to ask, is this automatically send reminders when the time comes? or we need to run php artisan reminder? Thanks in advance
The cron is required
@@amitavroydev Okay, thanks so much for replying 🙏
How does the cron run in windows ?
Hmm, I know scheduler is used. However, I have never configured it on Windows server. So won't know
There's no model named Reminder.php.
Please check the app/Models folder in the github repo link
may I got the source code, please ?
Added the source code link in the description.
@@amitavroydev what are the login credentials
Check the seeder