Bootstrapper\BootstrapperL5ServiceProvider::register PHP Метод

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

public register ( )
    public function register()
    {
        $this->publishes([__DIR__ . '/../config/config.php' => config_path('bootstrapper.php')]);
        $this->mergeConfigFrom(__DIR__ . '/../config/bootstrapper.php', 'bootstrapper');
        $this->registerAccordion();
        $this->registerAlert();
        $this->registerBadge();
        $this->registerBreadcrumb();
        $this->registerButtonGroup();
        $this->registerButton();
        $this->registerCarousel();
        $this->registerConfig();
        $this->registerControlGroup();
        $this->registerDropdownButton();
        $this->registerFormBuilder();
        $this->registerIcon();
        $this->registerImage();
        $this->registerInputGroup();
        $this->registerHelpers();
        $this->registerLabel();
        $this->registerMediaObject();
        $this->registerModal();
        $this->registerNavbar();
        $this->registerNavigation();
        $this->registerPanel();
        $this->registerProgressBar();
        $this->registerTabbable();
        $this->registerTable();
        $this->registerThumbnail();
    }