command('inspire') // ->hourly(); // $schedule->command('ZhuzherCurl')->everyMinute(); // $schedule->command('CreditSeed')->everyMinute(); } /** * Register the Closure based commands for the application. * * @return void */ protected function commands() { require base_path('routes/console.php'); } }