class
Illuminate
/
Routing
/
RoutingServiceProvider
You are viewing an older version of the documentation. For the latest, please visit master documentation.
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
registerControllerDispatcher ( ) : void
Register the controller dispatcher.