lexik / LexikTranslationBundle

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.
MIT License
419 stars 255 forks source link

There is no extension able to load the configuration for "lexik_translation_edition" #449

Open abdellahrk opened 7 months ago

abdellahrk commented 7 months ago

Hello devs, adding this # app/config/routing.yml lexik_translation_edition: resource: "@LexikTranslationBundle/Resources/config/routing.yml" prefix: /my-prefix to app/config/routing.yaml leads to this exception There is no extension able to load the configuration for "lexik_translation_edition" I want to use the GUI for the translations. Thank you.