/** * Register the commands for the application. * * @return void */ protectedfunctioncommands() { $this->load(__DIR__.'/Commands');
requirebase_path('routes/console.php'); } }
如果指定時間,需要設定時區:
1 2 3 4 5 6 7 8 9
/** * Get the timezone that should be used by default for scheduled events. * * @return \DateTimeZone|string|null */ protectedfunctionscheduleTimezone() { return'Asia/Taipei'; }