There are no commands defined in the "doctrine:fixtures" namespace. Did you mean one of these? doctrine doctrine:cache doctrine:database doctrine:generate 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 doctrine/doctrine-fixtures-bundle --dev".
mimo tego ze w pliku composer.json mam:
"require": { "php": "^7.1.3", "ext-ctype": "*", "ext-iconv": "*", "doctrine/doctrine-fixtures-bundle": "^3.3",
a takze w pliku conig/bundles.php tak:
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true], Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], ];
jednak co ciekawe jak wykonam komende
sudo php bin/console
to nie widze na liscie dotepnych komend komendy
doctrine:fixtures
prosze o podpowiedz co jest nie tak bo juz nie mam pomyslow .