Artisan::bootstrap PHP Méthode

bootstrap() public static méthode

Bootstrap the application for artisan commands.
public static bootstrap ( ) : void
Résultat void
        public static function bootstrap()
        {
            //Method inherited from \Illuminate\Foundation\Console\Kernel
            \Someline\Console\Kernel::bootstrap();
        }