Laravel
Release notes
Upgrade Guide
Contribution Guide
class
Illuminate
/
Routing
/
Middleware
/
SubstituteBindings
SubstituteBindings
#
Properties
protected
#
$router
Registrar
The router instance.
Default: null
#
Methods
public
#
__construct
(
Registrar
$router
)
:
void
Create a new bindings substitutor.
Parameters
$router
Registrar
public
#
handle
(
$request
,
Closure
$next
)
:
mixed
Handle an incoming request.
Parameters
$request
Request
$next
Closure
On this page
On this page
Properties
router
Methods
__construct
handle