Results 1 issues of xn

添加了一个测试:$schedule->command('route:list')->daily()->at('02:00'); 执行会浏览器端500错误 task-schedule.output 文件中有这么一句: '"artisan"' 不是内部或外部命令,也不是可运行的程序或批处理文件。 试着在Scheduling.php 中修改, // if (Str::contains($event->command, '\'artisan\'')) { if (Str::contains($event->command, '"artisan"')) { 前端是artisan显示没有双引号了,但运行错误仍然存在