PHP Class Stolz\Assets\Laravel\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: stolz/assets

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
register ( ) : void Register bindings in the container.

Protected Methods

Method Description
registerAssetsManagerInstance ( string $name, array $config ) : void Register an instance of the assets manager library in the IoC container.

Method Details

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void

register() public method

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

registerAssetsManagerInstance() protected method

Register an instance of the assets manager library in the IoC container.
protected registerAssetsManagerInstance ( string $name, array $config ) : void
$name string Name of the group
$config array Config of the group
return void