There was an error while loading. Please reload this page.
The mirror behaviour:
$router->mirror('GET', '/path', 'Namespace');
When receives a path /path/my-service/one/two/three/show and call Namespace\MyService\One\Two\Three->show()
/path/my-service/one/two/three/show
Namespace\MyService\One\Two\Three->show()