You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In the docs says that the command is
composer require comur/content-admin-bundle
but that install and add to bundles.phpComur\ContentAdminBundle\ComurContentAdminBundle::class => ['all' => true],
JMS\TranslationBundle\JMSTranslationBundle::class => ['all' => true],
which is the proper way to install the bundle? Any help is appreciated.
The text was updated successfully, but these errors were encountered: