Méthode | Description | |
---|---|---|
boot ( ) : void | Boot the service provider. | |
register ( ) : void | Register the service provider. |
Méthode | 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. |
protected addRequestMiddlewareToBeginning ( Illuminate\Contracts\Http\Kernel $kernel ) : void | ||
$kernel | Illuminate\Contracts\Http\Kernel | |
Résultat | void |
protected gatherAppMiddleware ( Illuminate\Contracts\Http\Kernel $kernel ) : array | ||
$kernel | Illuminate\Contracts\Http\Kernel | |
Résultat | array |
protected getRouterBindings ( ) : array | ||
Résultat | array |
protected registerRouterAdapter ( ) : void | ||
Résultat | void |
protected replaceRouteDispatcher ( ) : void | ||
Résultat | void |
protected updateRouterBindings ( ) : void | ||
Résultat | void |