Why don't laravel tasks run with cron?

前端 未结 0 1950
甜味超标
甜味超标 2021-02-01 05:53

I need to send emails from laravel tasks. I have this code for the task.

$schedule->call(function () {
  $date = now()->addDays(1);
  echo \'step 1\';
  $ap         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题