PHP Class FluxBB\Integration\Laravel\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: fluxbb/core

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
createLaravelRoute ( ) : void Register the catch-all route with the Laravel router.

Method Details

boot() public méthode

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

createLaravelRoute() protected méthode

Register the catch-all route with the Laravel router.
protected createLaravelRoute ( ) : void
Résultat void

register() public méthode

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