command('inspire') // ->hourly(); $schedule->call(function () { $begin = Carbon::today()->toDateTimeString(); $end = Carbon::tomorrow()->toDateTimeString(); })->dailyAt('23:50'); } /** * Register the Closure based commands for the application. * * @return void */ protected function commands() { require base_path('routes/console.php'); } }