scheduling 'backup:clean' and 'backup:run' not working in Laravel 5.7 This is the code I have in Kernel protected function schedule(Schedule $schedule) { $schedule->command('backup:run') ->everyMinute(); }