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
We have been using unleash in a professional project based in an hexagonal architecture where we separate and put every app configuration in yaml param file and use those files to configure features toggles to enable/disable features using unleash (this bundle), to ensure using the same methodology before unleash I suggested and developed an Env processor to replace Env variables by unleash using yaml syntaxe which is a good way to create one parameter connected to unleash variable and use it everywhere in the app.
%env(unleash:feature_name)%
to make a default value we just need to declare a default value for the env
parameters:
%env(unleash:feature_name)%: false
I suggest to integrate this possibility into this bundle while we can enable/disable this feature by extension parameter.
You may take a look on my created pull request (marked draft) : #60
Is your feature request related to a problem? (optional)
Add a new possibility to use unleash from yaml/xml configuration
Describe alternatives you've considered (optional)
No response
Additional context (optional)
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the new feature
Hello all,
We have been using unleash in a professional project based in an hexagonal architecture where we separate and put every app configuration in yaml param file and use those files to configure features toggles to enable/disable features using unleash (this bundle), to ensure using the same methodology before unleash I suggested and developed an Env processor to replace Env variables by unleash using yaml syntaxe which is a good way to create one parameter connected to unleash variable and use it everywhere in the app.
%env(unleash:feature_name)%
I suggest to integrate this possibility into this bundle while we can enable/disable this feature by extension parameter.
You may take a look on my created pull request (marked draft) : #60
Is your feature request related to a problem? (optional)
Add a new possibility to use unleash from yaml/xml configuration
Describe alternatives you've considered (optional)
No response
Additional context (optional)
No response
The text was updated successfully, but these errors were encountered: