PHP Class Chrisbjr\ApiGuard\Providers\ApiGuardServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: chrisbjr/api-guard

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the application services.
register ( ) : void Register the application services.

Méthodes protégées

Méthode 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 méthode

Bootstrap the application services.
public boot ( ) : void
Résultat void

config() protected méthode

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

getConfigInstance() protected méthode

Get an instantiable configuration instance.
protected getConfigInstance ( string $key ) : mixed
$key string
Résultat mixed

register() public méthode

Register the application services.
public register ( ) : void
Résultat void

registerApiGuardAuth() protected méthode

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