手動コマンド : を実行すると、タスク スケジューリングが機能しますphp artisan word:weeklyUpdate
が、これは特定の日付に自動的に実行する必要があるため、実行しようとしました* * * * * cd /var/www/html && php artisan schedule:run >> /dev/null 2>&1
が、Command 'app' not found, did you mean:
カーネル.php
protected function schedule(Schedule $schedule)
{
$scheduler = new LkpSchedulerUpdateDate;
$scheduler = $scheduler->first()->toArray();
$schedule->command('word:weeklyUpdate')->weeklyOn($scheduler['date'], $scheduler['time']);
}
更新:
私sudo php artisan schedule:run
は得る"No scheduled commands are ready to run."