MercurySeries\Flashy\FlashyServiceProvider::boot PHP Method

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void
    public function boot()
    {
        $this->loadViewsFrom(__DIR__ . '/../../views', 'flashy');
        $this->publishes([__DIR__ . '/../../views' => base_path('resources/views/vendor/flashy')]);
    }
FlashyServiceProvider