PHP 클래스 Chrisbjr\ApiGuard\Providers\ApiGuardServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: chrisbjr/api-guard

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap the application services.
register ( ) : void Register the application services.

보호된 메소드들

메소드 설명
config ( string $key, string $default = null ) : mixed Helper to get the config values.
getConfigInstance ( string $key ) : mixed Get an instantiable configuration instance.
registerApiGuardAuth ( ) Register the bindings for the main JWTAuth class.

메소드 상세

boot() 공개 메소드

Bootstrap the application services.
public boot ( ) : void
리턴 void

config() 보호된 메소드

Helper to get the config values.
protected config ( string $key, string $default = null ) : mixed
$key string
$default string
리턴 mixed

getConfigInstance() 보호된 메소드

Get an instantiable configuration instance.
protected getConfigInstance ( string $key ) : mixed
$key string
리턴 mixed

register() 공개 메소드

Register the application services.
public register ( ) : void
리턴 void

registerApiGuardAuth() 보호된 메소드

Register the bindings for the main JWTAuth class.
protected registerApiGuardAuth ( )