Проблема была в вызове дополнительных методов в роутинге, а именно для dev добавлена Artisan::call('view:clear');
Убрал все зработало.
Starting The Scheduler
When using the scheduler, you only need to add the following Cron entry to your server:* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
This Cron will call the Laravel command scheduler every minute. When the schedule:run command is executed, Laravel will evaluate your scheduled tasks and runs the tasks that are due.