Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Owl
Providers
AuthServiceProvider
PHP 클래스 Owl\Providers\AuthServiceProvider
상속:
extends
Illuminate\Support\ServiceProvider
파일 보기
프로젝트 열기: owl/owl
공개 메소드들
메소드
설명
boot
( ) :
void
Bootstrap any application services.
register
( ) :
void
Register any application services.
보호된 메소드들
메소드
설명
registerAuthDrivers
( )
カスタムAuth Driverをサービスコンテナに登録
메소드 상세
boot()
공개
메소드
Bootstrap any application services.
public
boot
( ) :
void
리턴
void
register()
공개
메소드
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
리턴
void
registerAuthDrivers()
보호된
메소드
カスタムAuth Driverをサービスコンテナに登録
protected
registerAuthDrivers
( )