PHP Class Owl\Providers\AppServiceProvider

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

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap any application services.
register ( ) : void Register any application services.

Method Details

boot() public méthode

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

register() public méthode

This service provider is a great spot to register your various container bindings with the application. As you can see, we are registering our "Registrar" implementation here. You can add your own bindings too!
public register ( ) : void
Résultat void