The Laravel Application Console Kernel
…7 } 28 29 /** 30 * Register the Closure based commands for the application. 31 * 32 * @return void 33 */ 34 protected function commands ( ) 35 { 36 37 } 38 39 } The kernel has an empty $commands array and an empty schedule() method. The $commands...