Home >Backend Development >PHP Tutorial >安装Symfony的FOSUserBundle不成功后有个这样的错误

安装Symfony的FOSUserBundle不成功后有个这样的错误

WBOY
WBOYOriginal
2016-06-06 20:36:27986browse

手动按照index.md里的步骤安装Symfony的FOSUserBundle不成功后有个这样的错误 Class 'Doctrine\Common\Annotations\AnnotationRegistry' not found。。
请问是什么原因造成的,该如何修改

回复内容:

手动按照index.md里的步骤安装Symfony的FOSUserBundle不成功后有个这样的错误 Class 'Doctrine\Common\Annotations\AnnotationRegistry' not found。。
请问是什么原因造成的,该如何修改

建议检查下命名空间 路径等。

是按照这里的安装步骤安装的https://github.com/FriendsOfSymfony/FOSUserBundle/blob/v1.2.5/Resources/doc/index.md。。。。。。出现错误后,将路由,注册等相关添加的都删除了还是出现了该错误

应该是包文件下载不完整造成的可以吧根目录下的Vendor文件夹composer.lock文件删除掉,重新执行composer install命令。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn