PHP Class App\Providers\ComposerServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: hillelcoren/invoice-ninja Class Usage Examples

Public Methods

Method Description
boot ( ) : void Register bindings in the container.
register ( ) : void Register the service provider.

Method Details

boot() public method

Register bindings in the container.
public boot ( ) : void
return void

register() public method

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