在学习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
答案 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