Method |
Description |
|
addRequestMiddlewareToBeginning ( Illuminate\Contracts\Http\Kernel $kernel ) : void |
Add the request middleware to the beginning of the kernel. |
|
gatherAppMiddleware ( Illuminate\Contracts\Http\Kernel $kernel ) : array |
Gather the application middleware besides this one so that we can send
our request through them, exactly how the developer wanted. |
|
getRouterBindings ( ) : array |
Get the Laravel routers bindings. |
|
registerRouterAdapter ( ) : void |
Register the router adapter. |
|
replaceRouteDispatcher ( ) : void |
Replace the route dispatcher. |
|
updateRouterBindings ( ) : void |
Grab the bindings from the Laravel router and set them on the adapters
router. |
|