PHP Class FluxBB\Integration\Laravel\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: fluxbb/core

Public Methods

Method Description
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.

Protected Methods

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

Method Details

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void

createLaravelRoute() protected method

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

register() public method

Register the service provider.
public register ( ) : void
return void