次のコマンドを使用してフィクスチャを生成しようとしています:
php app/console generate:fixtures:load
それは私にこのエラーを与えます:
The autoloader expected class "Doctrine\Bundle\DoctrineFixturesBundle\Doctrine
FixturesBundle" to be defined in file "C:\wamp\www\SymfonyV1\app/../vendor/Bundl
es\Doctrine\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle.php". The file
was found but the class was not in it, the class name or namespace probably has
a typo.
クラスがあることを確認しました。
これを修正する方法を知っていますか??
ありがとうございました