My Symfony 3.4 project does not recognize any route anymore. Debugging routes in terminal (php bin/console debug:router) does show all the routes but app_dev.php keeps giving error messages. Routing is enabled and set correct in routing.yml file.
Clearing cache also did not work.
mail_chimp: resource: "@MailChimpBundle/Controller/" type: annotation prefix: /
/**
* @Route("/klanten/lijst")
*/
public function klantenLijstAction() {
return;
}
screenshot Thanks.