eav-manager icon indicating copy to clipboard operation
eav-manager copied to clipboard

Do not use annotation for routing

Open johnkrovitch opened this issue 4 years ago • 1 comments

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.

johnkrovitch avatar Mar 19 '20 14:03 johnkrovitch

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.

johnkrovitch avatar Mar 19 '20 14:03 johnkrovitch