You can run the php artisan schedule:run command using Windows Task Scheduler, just set it up to run every minute. That would be the same behaviour.
Mar 30, 2020
5
Level 2
Laravel scheduling or task scheduling
I want to send emails on expiry dates data in table. I want to run scheduler every five minutes.
I am using Windows Server for my website, so i can not use this command
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
what is alternative i can use?
Please or to participate in this conversation.