Closed
Description
Routing now supports Module and Domain specification:
$router = (new RouteList)
->withDomain('admin.example.com')
->withModule('Admin')
->addRoute(...)
->addRoute(...)
->end()
->withModule('Images')
->addRoute(...)
->end()
->end()
->withDomain('example.com')
->withPath('export')
->addRoute(...)
...
Unluckily the domain is not visible anywhere and not even in the "routing panel" in the debug bar.
Maybe it does not need its own column but could be in the "defaults" column only when the domain is set...
Metadata
Metadata
Assignees
Labels
No labels