PHP Class Socieboy\Forum\Providers\ForumServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: socieboy/forum

Public Methods

Method Description
boot ( ) : void Bootstrap the application services.
register ( ) : void Register the application services.

Protected Methods

Method Description
publishFiles ( ) Publish config files for the forum.
shareGlobalVariables ( ) Share variables across the views.

Method Details

boot() public method

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

publishFiles() protected method

Publish config files for the forum.
protected publishFiles ( )

register() public method

Register the application services.
public register ( ) : void
return void

shareGlobalVariables() protected method

Share variables across the views.
protected shareGlobalVariables ( )