Method | Description | |
---|---|---|
boot ( ) : void | Bootstrap the application services. | |
register ( ) : void | Register the application services. |
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. |
protected getConfigInstance ( string $key ) : mixed | ||
$key | string | |
return | mixed |
protected registerApiGuardAuth ( ) |