Install default configuration #502
bartmcleod
started this conversation in
Ideas
Replies: 2 comments
-
|
Hi, For this, you need to create a entry in symfony/recipes-contrib, which allows the config files to be installed automatically when the bundle is installed via Flex. Example: https://github.com/symfony/recipes-contrib/tree/main/lexik |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes, this is the way indeed. I think we should wait to fix the actual code before creating a recipe. As we are actually moving to a decorator, I think some options will not be needed anymore. We can talk about it at this moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know if I did something outside the normal process, but when requiring the bundle with composer, it can't fully complete, because it is missing the default configuration in translations.yml.
It would be nice to add this during the installation of the bundle. Something like this:
@gilles-g @dsoriano What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions