I\'ve set up the following Laravel commands:
protected function schedule(Schedule $schedule) { $schedule->command(\'command:daily-reset\')->dai
On Windows, I fixed this issue by setting the Scheduled Task to run every minute (even though I only wanted to trigger a command once per day), otherwise I always got the No scheduled commands are ready to run. message.
No scheduled commands are ready to run.