duangu6588 2012-07-18 07:40
浏览 148

如何在symfony2中安装EventDispatcher

I want to install event dispatcher. I have downloaded composer and I have put this in composer.json file

"require": {
        "php": ">=5.3.3",
        "symfony/symfony": "2.1.*",
        "doctrine/orm": "2.2.*",
        "doctrine/doctrine-bundle": "dev-master",
        "twig/extensions": "dev-master",
        "symfony/assetic-bundle": "dev-master",
        "symfony/swiftmailer-bundle": "dev-master",
        "symfony/monolog-bundle": "dev-master",
        "sensio/distribution-bundle": "dev-master",
        "sensio/framework-extra-bundle": "dev-master",
        "sensio/generator-bundle": "dev-master",
        "jms/security-extra-bundle": "1.1.*",
        "jms/di-extra-bundle": "1.0.*",


    **"symfony/event-dispatcher": "dev-master"**

But I am still not able to install it.

I get this error

PHP Fatal error: Class 'Symfony\Component\ClassLoader\UniversalClassLoader' not found in /home/xxxxx/public_html/cxxxxx/Symfony/app/autoload.php

  • 写回答

1条回答 默认 最新

  • douyi9787 2012-07-18 20:40
    关注

    You are requiring symfony/symfony which includes the event-dispatcher. So adding it is not needed. Once composer is working, you will have access to it.

    The actual problem however is that you're trying to use composer, but didn't adapt your autoload.php to use the composer autoloader.

    Take a look at the Symfony Standard Edition's autoload.php. If you do things like this, you will get rid of your error.

    评论

报告相同问题?

悬赏问题

  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?