PHP Class App\Providers\CustomBladeServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: sroutier/laravel-5.1-enterprise-starter-kit

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap application services.
register ( ) : void Register the service provider.

Private Methods

Méthode Description
bladeDirectives ( ) : void Register the blade directives

Method Details

boot() public méthode

Bootstrap application services.
public boot ( ) : void
Résultat void

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void