class Illuminate / Routing / Middleware / SubstituteBindings
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

SubstituteBindings

Properties

protected

$router Registrar

The router instance.

Default: null

Methods

public

__construct ( Registrar $router ) : void

Create a new bindings substitutor.

Parameters

public

handle ( $request , Closure $next ) : mixed

Handle an incoming request.

Parameters