Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Owl
Providers
AuthServiceProvider
PHP Class Owl\Providers\AuthServiceProvider
Inheritance:
extends
Illuminate\Support\ServiceProvider
Show file
Open project: owl/owl
Public Methods
Method
Description
boot
( ) :
void
Bootstrap any application services.
register
( ) :
void
Register any application services.
Protected Methods
Method
Description
registerAuthDrivers
( )
カスタムAuth Driverをサービスコンテナに登録
Method Details
boot()
public
method
Bootstrap any application services.
public
boot
( ) :
void
return
void
register()
public
method
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
return
void
registerAuthDrivers()
protected
method
カスタムAuth Driverをサービスコンテナに登録
protected
registerAuthDrivers
( )