PHP Class Chrisbjr\ApiGuard\Providers\ApiGuardServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: chrisbjr/api-guard

Public Methods

Method Description
boot ( ) : void Bootstrap the application services.
register ( ) : void Register the application services.

Protected Methods

Method Description
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.

Method Details

boot() public method

Bootstrap the application services.
public boot ( ) : void
return void

config() protected method

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

getConfigInstance() protected method

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

register() public method

Register the application services.
public register ( ) : void
return void

registerApiGuardAuth() protected method

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