Devise
Class

Devise\Sidebar\SidebarServiceProvider

class SidebarServiceProvider extends ServiceProvider

This class loads all the providers in other folders for all of devise.

We don't want the developer to have to load 10 different service providers to work with devise, so this class is just a wrapper to load all of the service providers instead of having to load 10 individual ones in the app/config/app.php file

This service provider also includes the blade extensions

Methods

void boot()

Bootstrap the application events.

void register()

Register the service provider.

void provides()

Get the services provided by the provider.

Details

at line 27
public void boot()

Bootstrap the application events.

Return Value

void

at line 40
public void register()

Register the service provider.

Return Value

void

at line 50
public void provides()

Get the services provided by the provider.

Return Value

void