我已经安装了FOSMessageBundle。我认为我的安装是正确的。在教义上没有错误:生成:实体既不在教义上:架构:更新。
我在ressources / routing.xml中看到有这条路线:
<route id="fos_message_thread_new" path="/new">
<default key="_controller">FOSMessageBundle:Message:newThread</default>
</route>
我的问题是我不明白如何运行这条路线......
我试过了:
http://localhost/mySuperProject/web/app_dev.php/new
http://localhost/mySuperProject/web/app_dev.php/new/thread
http://localhost/mySuperProject/web/app_dev.php/thread/new
http://localhost/mySuperProject/web/app_dev.php/thread
我也试过运行相同的路线替换&#34; thread&#34;在网址中的#34;消息&#34;但没有找到路线
请帮忙吗?
答案 0 :(得分:2)
也许尝试使用debug:router
命令。它应该显示路线的详细信息(包括路线的完整路径)。
app/console debug:router fos_message_thread_new