Laravel
Release notes
Upgrade Guide
Contribution Guide
interface
Illuminate
/
Routing
/
Contracts
/
CallableDispatcher
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
CallableDispatcher
#
Methods
public
#
dispatch
(
Route
$route
,
$callable
)
:
mixed
Dispatch a request to a given callable.
Parameters
$route
Route
$callable
callable
On this page
On this page
Methods
dispatch