In the docs says that the command is composer require comur/content-admin-bundle but that install and add to bundles.php
Comur\ContentAdminBundle\ComurContentAdminBundle::class => ['all' => true],
JMS\TranslationBundle\JMSTranslationBundle::class => ['all' => true],
which is the proper way to install the bundle? Any help is appreciated.
In the docs says that the command is
composer require comur/content-admin-bundle
but that install and add to bundles.php Comur\ContentAdminBundle\ComurContentAdminBundle::class => ['all' => true],JMS\TranslationBundle\JMSTranslationBundle::class => ['all' => true],
which is the proper way to install the bundle? Any help is appreciated.