如何安装doctrine扩展

时间:2014-08-24 11:46:12

标签: php symfony doctrine-orm doctrine doctrine-extensions

在学习Symfony2时,我无法找到任何可以告诉我如何安装doctrine扩展库的资源。我知道我应该添加

new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),

到我的AppKernel.php,但是作曲家怎么样?我总是在安装时使用它。 DoctrineFixtures,但我不知道在这种情况下我需要添加什么。我试过了

"gedmo/doctrine-extensions" : "master-dev",

php composer.phar update返回php FatalError:

PHP Fatal error:  Class 'Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle' not found in /path/to/my/symfony/project/app/AppKernel.php on line 20
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-update-cmd event terminated with an exception

1 个答案:

答案 0 :(得分:2)

如果您想使用该捆绑包,则应通过composer安装"stof/doctrine-extensions-bundle": "1.1.0"

gedmo/doctrine-extensions是PHP库,而不是symfony bundle

如果您想知道要安装什么,搜索lib或bundle,只需使用packagist.org

https://packagist.org/search/?q=StofDoctrineExtensionsBundle