interface ControllerDispatcher (View source)
| mixed | dispatch(Route $route, mixed $controller, string $method) Dispatch a request to a given controller and method. | |
| array | getMiddleware(Controller $controller, string $method) Get the middleware for the controller instance. | 
Dispatch a request to a given controller and method.
Get the middleware for the controller instance.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/8.x/Illuminate/Routing/Contracts/ControllerDispatcher.html