symfony-cmf / routing-auto

RoutingAuto component
https://cmf.symfony.com
Other
6 stars 11 forks source link

Support for multiple auto routes per document. #58

Open dantleech opened 9 years ago

dantleech commented 9 years ago

Currently it is only possible to generate a single route per document class. It should be possible to generate multiple routes per class (e.g. edit, show, view, content).

I started looking at this but it seems that it requires at least some BC breaks, so probably not a 1.1 thing.