没有找到Symfony Route“GET / articles /”

时间:2018-03-29 08:01:55

标签: php symfony routing

我正在学习本教程:

https://openclassrooms.com/courses/construisez-une-api-rest-avec-symfony/introduction-a-la-serialisation-avec-jmsserializer

我做了老师要我做的事,但当我尝试访问 http://api/app_dev.php/articles 我收到以下错误:

  

找不到“GET / articles /”

的路线

debug router

function in error

Mycontroller the controller

2 个答案:

答案 0 :(得分:1)

debug:routes中,它显示路径/文章为POST而不是GET,请在控制器内或路由文件内将方法从POST更改为GET

答案 1 :(得分:0)

您尝试的路线是/ articles /

但定义的路线是/ articles