Answer the question
In order to leave comments, you need to log in
How to solve Symfony "Fatal error: Class 'Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle' not found in" problem?
After adding two new
"require" libraries to composer: {
"php": ">=5.3.9",
..... ,
"doctrine/doctrine-fixtures-bundle": "dev-master",
"doctrine/data -fixtures" : "dev-master"
}
Running composer update and then trying to run "php app/console doctrine:fixtures:load" in the console gives me the error "Fatal error: Class 'Doctrine\Bundle\FixturesBundle\ DoctrineFixturesBundle' not found in"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question