Framework\Console\Kernel::commands PHP Méthode

commands() protected méthode

Register the Closure based commands for the application.
protected commands ( ) : void
Résultat void
    protected function commands()
    {
        require base_path('routes/console.php');
    }