未捕获的异常' ReflectionException'消息' xx \ xxxx \ xxx不存在'在

时间:2015-09-08 06:26:15

标签: php symfony restful-authentication silex

所以我使用并参考了文档。 所以当我尝试实现SecurityServiceProvider时,我遇到了这条消息。

Fatal error: Uncaught exception 'ReflectionException' with message 'Class Symfony\Component\Security\Http\Firewall\ContextListener does not exist' in 

这让我把头发拉得足够长,以便来到这里,在SO。

1 个答案:

答案 0 :(得分:1)

此错误主要是因为不需要依赖项而生成的。

用简单的语言来说,这个功能的代码"不存在"在你的代码库中,所以你必须运行composer命令到require相应的包,一旦作曲家下载并安装了你应该去的所需文件。

所以在我的情况下,我必须运行以下composer命令。

composer require symfony/security