symfony/recipes

config/routes/annotations.yaml is gone

gnumoksha opened this issue · 1 comments

After ran composer recipes:update doctrine/annotations the following change was made in my project:

image

Causing all my routes to return 404 Not Found.

The documentation still says doctrine/annotations is required to use annotations.

I think this is related to #1060

The route config that was in config/routes/annotations.yaml is now in config/routes.yaml.

I think you should just update your symfony/routing recipe.