Quantcast
Channel: Issue with Symfony's routing - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Marcel Burkhard for Issue with Symfony's routing

Debug your routes with: php app/console router:debugThen you will see that pricelist_list doesn't accept any parameters.Possible reasons that popped into my mind:You're using the YAML configuration...

View Article



Issue with Symfony's routing

I'm facing a little issue with the routing of Symfony.This is my controller action: /** * @Route("/admin/pricelist/list/{year}/{week}", name="pricelist_list") */ public function...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images