PHP Class Irazasyed\JwtAuthGuard\JwtAuthGuardServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: irazasyed/jwt-auth-guard

Public Methods

Method Description
boot ( ) : void Boot the authentication services for the application.
register ( ) : void Register any application services.

Method Details

boot() public method

Boot the authentication services for the application.
public boot ( ) : void
return void

register() public method

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