protected function commands()

in app/Console/Kernel.php [26:31]


    protected function commands()
    {
        $this->load(__DIR__.'/Commands');

        require base_path('routes/console.php');
    }