PHP Class Owl\Providers\AuthServiceProvider

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.

Méthodes protégées

Méthode Description
registerAuthDrivers ( ) カスタムAuth Driverをサービスコンテナに登録

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

registerAuthDrivers() protected méthode

カスタムAuth Driverをサービスコンテナに登録
protected registerAuthDrivers ( )