command('inspire') // ->hourly(); } /** * Register the Closure based commands for the application. * * @return void */ protected function commands() { require app_path('Routes/console.php'); $this->load(__DIR__ . '/Commands'); } }