简体   繁体   English

Class 'Symfony\Component\EventDispatcher\Event' 在 Laravel/Lumen 中找不到

[英]Class 'Symfony\Component\EventDispatcher\Event' not found in Laravel/Lumen

When Trying to install Rackspace package ( composer require rackspace/php-opencloud ), getting the following error Class 'Symfony\Component\EventDispatcher\Event' not found .尝试安装 Rackspace package( composer require rackspace/php-opencloud )时,出现以下错误Class 'Symfony\Component\EventDispatcher\Event' not found I have installed symfony package but that could not worked out.我已经安装了 symfony package 但这无法解决。 Kindly help me out for this.请帮我解决这个问题。

Try to install the required package尝试安装所需的package

composer require symfony/event-dispatcher

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 未捕获的类型错误:参数 2 传递给 Symfony\\Component\\EventDispatcher\\EventDispatcher // Contao 4.7 & Symfony - Uncaught TypeError: Argument 2 passed to Symfony\Component\EventDispatcher\EventDispatcher // Contao 4.7 & Symfony Symfony控制台组件,找不到类 - Symfony console component, class not found Symfony 4-找不到类Symfony \\ Component \\ Form \\ AbstractType - Symfony 4 - Class Symfony\Component\Form\AbstractType not found Symfony2中的设计模式:EventDispatcher是Mediator或Event Aggregator吗? - Design pattern in Symfony2: is EventDispatcher a Mediator or Event Aggregator? Symfony 3.0.1 EventDispatcher - Symfony 3.0.1 EventDispatcher Laravel Seed db:seed [Symfony \\ Component \\ Debug \\ Exception \\ FatalThrowableError]致命错误:找不到类'model' - Laravel Seed db:seed [Symfony\Component\Debug\Exception\FatalThrowableError] Fatal error: Class 'model' not found Laravel 4.2 Symfony错误(找不到'Symfony \\ Component \\ Translation \\ TranslatorInterface') - Laravel 4.2 Symfony Error ('Symfony\Component\Translation\TranslatorInterface' not found) 找不到类“Symfony\\Component\\HttpFoundation\\RedirectResponse” - Class 'Symfony\Component\HttpFoundation\RedirectResponse' not found 找不到类'Symfony \\ Component \\ HttpKernel \\ DependencyInjection \\ ConfigurableExtension' - Class 'Symfony\Component\HttpKernel\DependencyInjection\ConfigurableExtension' not found Laravel审计中没有发现Symfony类异常(5) - Symfony Class Not Found Exception in Laravel Auditing (5)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM