laravel / 10 / api / 10.x / illuminate / routing / contracts / callabledispatcher.html

CallableDispatcher

interface CallableDispatcher (View source)

Methods

mixed dispatch(Route $route, callable $callable)

Dispatch a request to a given callable.

Details

mixed dispatch(Route $route, callable $callable)

Dispatch a request to a given callable.

Parameters

Route $route
callable $callable

Return Value

mixed

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Routing/Contracts/CallableDispatcher.html