所以我使用silex并参考了文档。
所以当我尝试实现SecurityServiceProvider
时,我遇到了这条消息。
Fatal error: Uncaught exception 'ReflectionException' with message 'Class Symfony\Component\Security\Http\Firewall\ContextListener does not exist' in
这让我把头发拉得足够长,以便来到这里,在SO。
答案 0 :(得分:1)
此错误主要是因为不需要依赖项而生成的。
用简单的语言来说,这个功能的代码"不存在"在你的代码库中,所以你必须运行composer
命令到require
相应的包,一旦作曲家下载并安装了你应该去的所需文件。
所以在我的情况下,我必须运行以下composer命令。
composer require symfony/security