class
Illuminate
/
Auth
/
AuthServiceProvider
You are viewing an older version of the documentation. For the latest, please visit master documentation.
AuthServiceProvider
Extends
Methods
public
register ( ) : void
Register the service provider.
protected
registerAuthenticator ( ) : void
Register the authenticator services.
protected
registerUserResolver ( ) : void
Register a resolver for the authenticated user.
protected
registerAccessGate ( ) : void
Register the access gate service.
protected
registerRequirePassword ( ) : void
Register a resolver for the authenticated user.
protected
registerRequestRebindHandler ( ) : void
Handle the re-binding of the request binding.
protected
registerEventRebindHandler ( ) : void
Handle the re-binding of the event dispatcher binding.