MercurySeries\Flashy\FlashyServiceProvider::boot PHP Метод

boot() публичный Метод

Bootstrap the application events.
public boot ( ) : void
Результат void
    public function boot()
    {
        $this->loadViewsFrom(__DIR__ . '/../../views', 'flashy');
        $this->publishes([__DIR__ . '/../../views' => base_path('resources/views/vendor/flashy')]);
    }
FlashyServiceProvider