可能版本不同,symfony3.2按照这个显示找不到页面,换成了routing.yml
my_homepage:
path: /hi/{name}
defaults: { _controller: MyBundle:Default:index }
可以显示了
my_homepage:
path: /hi/{name}
defaults: { _controller: MyBundle:Default:index }
可以显示了
2017-02-18
数据库连接不上,输入php mysql -u root -p
出现错误:Could not open input file: MySQL
希望大神们速速解决!
出现错误:Could not open input file: MySQL
希望大神们速速解决!
2017-01-18