string. As noted in
the changes for CMF Routing 2.3, to generate a route from an object is to use
RouteObjectInterface::OBJECT_BASED_ROUTE_NAME (cmf_routing_object) as
route name and pass the route object in the parameters with key
RouteObjectInterface::ROUTE_OBJECT (_route_object).Allow installation with PHP 8. (Note that many dependencies do not yet support PHP 8, this release is mainly useful to test PHP 8 support.)
RouteObjectInterface::OBJECT_BASED_ROUTE_NAME
and RouteObjectInterface::ROUTE_OBJECT.$name parameter in the generate method of the ChainRouter and the
DynamicRouter. Symfony 5 enforces the $name parameter to be a string with
static type declaration.
The future proof way to generate a route from an object is to use the route
name RouteObjectInterface::OBJECT_BASED_ROUTE_NAME (cmf_routing_object)
and pass the route object in the parameters with key
RouteObjectInterface::ROUTE_OBJECT (_route_object).$name.avoid symfony 4.3 event dispatcher deprecation warnings
get_class on null in PHP > 7.2Fixed edge case with error reporting in ChainRouter
stable release, no changes since the last RC
How can I help you explore Laravel packages today?