Laravel
Release notes
Upgrade Guide
Contribution Guide
class
Illuminate
/
Routing
/
Events
/
RouteMatched
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
RouteMatched
#
Properties
public
#
$route
Route
The route instance.
Default: null
public
#
$request
Request
The request instance.
Default: null
#
Methods
public
#
__construct
(
$route
,
$request
)
:
void
Create a new event instance.
Parameters
$route
Route
$request
Request
On this page
On this page
Properties
route
request
Methods
__construct