PHP Class Stolz\Assets\Laravel\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: stolz/assets

Méthodes publiques

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

Méthodes protégées

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

Method Details

boot() public méthode

Perform post-registration booting of services.
public boot ( ) : void
Résultat void

register() public méthode

Register bindings in the container.
public register ( ) : void
Résultat void

registerAssetsManagerInstance() protected méthode

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
Résultat void