Expand description
Controller routing handling. By default, routing is based on gathering existing controllers and their request handlers.
Traitsยง
- Router
Bootstrap - Trait for creating a Router, usually based on injected Controllers.
- Router
Configure - Trait for configuring Router created by RouterBootstrap. Multiple such components can be present and each one will be called with the current router instance.