在采纳的答案中,可以使用php app/console server:run
如 Visualizing & Debugging Routes¶
php bin/console debug:router
在sf2.7(我目前学习的sf 版本),会提示
Could not open input file: bin/console
故用
php app/console debug:router
进行代替即可。
在采纳的答案中,可以使用php app/console server:run
如 Visualizing & Debugging Routes¶
php bin/console debug:router
在sf2.7(我目前学习的sf 版本),会提示
Could not open input file: bin/console
故用
php app/console debug:router
进行代替即可。
相关文章: