PHP Class DaveJamesMiller\Breadcrumbs\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: davejamesmiller/laravel-breadcrumbs

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.
registerBreadcrumbs ( ) This method can be overridden in a child class

Method Details

boot() public méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerBreadcrumbs() public méthode

This method can be overridden in a child class
public registerBreadcrumbs ( )