public static synthesize_routes_config( array $fragments ) : array
$fragments
Synthesize the routes config from routes fragments.
routes
if a controller is missing from a route definition and no location is defined.
public static get_routes( ICanBoogie\Application $app ) : ICanBoogie\Routing\RouteCollection
$app
Returns the route collection.
public static url_for( ICanBoogie\Application $app, string|ICanBoogie\Routing\Route $route, array|object|null $values = null ) : string
$route
$values
Returns the contextualized URL of a route.