There are no commands defined in the "doctrine:fixtures" namespace.
veikoon opened this issue · 0 comments
veikoon commented
Line 17 in 56b4d9d
Line 28 in 56b4d9d
php bin/console doctrine:fixtures:load --no-interaction
There are no commands defined in the "doctrine:fixtures" namespace.
Did you mean one of these?
doctrine
doctrine:cache
doctrine:database
doctrine:mapping
doctrine:migrations
doctrine:query
doctrine:schema
You may be looking for a command provided by the "DoctrineFixturesBundle" which is currently not installed. Try running "composer require doc
trine/doctrine-fixtures-bundle --dev".
make[1]: *** [Makefile:9: reset] Error 1
make[1]: Leaving directory '/srv'
make: *** [Makefile:14: install_dev] Error 2
Par défaut l'environnement est configuré en prod dans le fichier .env mais le Makefile lance une installation en environnement de dev.
--> Mettre l'env dev par défaut. Ajouter une référence vers le wiki https://github.com/ClubNix/Votix/wiki/Configuring-Votix pour les modifications à faire si env en prod.