无法在堆栈上找到解决方案。
我使用的是ubuntu服务器,
$php app/console generate:bundle --namespace=WMDN/FirstBundle --format=yml
一直很好,直到:
Generating the bundle code: OK
Checking that the bundle is autoloaded: FAILED
Confirm automatic update of your Kernel [yes]? yes
Enabling the bundle inside the Kernel: OK
Confirm automatic update of the Routing [yes]? yes
Importing the bundle routing resource: OK
The command was not able to configure everything automatically.
You must do the following changes manually.
- Edit the composer.json file and register the bundle
namespace in the "autoload" section:
我认为这是权限,并将整个目录设置为775,并确保所有者是好的。 我认为这是symfony的过时bug并删除了整个目录,并获得了2.4.4
我遵循了一个教程,他们的捆绑产生得很好,我也喜欢这样做。
为什么不能自动加载?我的命名空间应该很好用。我想不明白。 我安装了作曲家。
遵循本教程系列:http://www.youtube.com/watch?v=GIcY5YYfZ14我真的很想创建我的第一个包,所以我可以继续。
总之,捆绑自动加载失败的原因是什么?
答案 0 :(得分:2)
根据评论,解决方案是正确设置--src参数。