Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

[routingauto] Add note about namespacing benefits #527

Open
dantleech opened this issue Jul 25, 2014 · 2 comments
Open

[routingauto] Add note about namespacing benefits #527

dantleech opened this issue Jul 25, 2014 · 2 comments

Comments

@dantleech
Copy link
Member

One of the major benefits of using RoutingAuto over conventional Symfony routes is that the system has a clear overview about what exists and would not allow one route to replace another.

If you were using standard pattern based routing in routing.yml:

/cms/article/{slug}

and also created a Route object in the hierachy at:

/cms/article/foobar

The two "routes" can co-exist - which is not good.

@dbu
Copy link
Member

dbu commented Jul 24, 2015

@dantleech any chance to get this wrapped up?

@dantleech
Copy link
Member Author

Ack.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants