class
Illuminate
/
Auth
/
AuthServiceProvider
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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.