Skip to content
Advertisement

Symfony 5 can’t install sensio/generator-bundle

i tried a fresh new symfony 5 project, but i cannot install the generator bundle to ease everything with doctrine entities.

It seems that Symfony 5 is too new to install the generator bundle.

Here is the output of the composer command to add the sensio generator bundle:

JavaScript

and here is my composer.json file

JavaScript

Advertisement

Answer

This bundle does not support Symfony 4 and 5.Use the Maker bundle instead.

maker bundle :

https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement