PHP Класс Chrisbjr\ApiGuard\Providers\ApiGuardServiceProvider

Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )