Noherczeg\Breadcrumb\BreadcrumbServiceProvider::boot PHP Method

boot() public method

Boot up the service.
public boot ( ) : void
return void
    public function boot()
    {
        // load configs
        $this->app['config']->package('noherczeg/breadcrumb', realpath(__DIR__ . '/../config'), 'breadcrumb');
    }
BreadcrumbServiceProvider