eav-manager
eav-manager copied to clipboard
Do not use annotation for routing
Annotations are used for routing, mixed with yaml. So it is not possible to override those routes, and as the login route is under the global routes importation, if a prefix is used, it breaks all routes. This should not happen as it work in plain Symfony.
Routes should rightly declared and an nested configuration with a file declaring routes, importing an other file, which declare another route and import an other routing file...
All routes should be defined in ONE global files to improve overriding, readability and bugfix.