Routes are declared in routes.yaml but symfony don't found them. Even when i try using annotations – PHP
Ihave a symfony app that ignore the roytes i can declare. For exemple, i have this lines of code in routes.yaml : app_titi path: /titi methods: ['GET'] defaults: _controller: 'AppControllerTitiController::index' I do a cache:clear and when i try to watch…