class Illuminate / Routing / RoutingServiceProvider

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

requestRebinder ( ) : Closure

Get the URL generator request rebinder.

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.