lschricke/symfony-strict-route-collection

This package offers a stricter version of the Symfony\Component\Routing\RouteCollection where you cannot add a Route with a name that is already registered, preventing you to overwrite an existing Route name by mistake.

dev-master 2015-06-14 18:01 UTC

This package is not auto-updated.

Last update: 2025-09-13 22:42:13 UTC


README

Build Status

This package offers a stricter version of the Symfony\Component\Routing\RouteCollection where you cannot add a Route with a name that is already registered, preventing you to overwrite an existing Route name by mistake.