$router->call()
Calls the Router by path and method.
Parameters
Name | Type | Default |
---|---|---|
$path | string |
null |
$method | string |
'GET' |
$callback | Closure |
null |