Caffeinated\Shinobi\ShinobiServiceProvider::boot PHP Method

boot() public method

Boot the service provider.
public boot ( ) : null
return null
    public function boot()
    {
        $this->publishes([__DIR__ . '/../migrations' => $this->app->databasePath() . '/migrations'], 'migrations');
        $this->registerBladeDirectives();
    }