class
Illuminate
/
Routing
/
RoutingServiceProvider
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
RoutingServiceProvider
Extends
Methods
public
register ( ) : void
Register the service provider.
protected
registerRouter ( ) : void
Register the router instance.
protected
registerUrlGenerator ( ) : void
Register the URL generator service.
protected
registerRedirector ( ) : void
Register the Redirector service.
protected
registerPsrRequest ( ) : void
Register a binding for the PSR-7 request implementation.
protected
registerPsrResponse ( ) : void
Register a binding for the PSR-7 response implementation.
protected
registerResponseFactory ( ) : void
Register the response factory implementation.
protected
registerCallableDispatcher ( ) : void
Register the callable dispatcher.
protected
registerControllerDispatcher ( ) : void
Register the controller dispatcher.