-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why Config::set(), do not update the value in the config file ? #5
Comments
This is the expected behavior. Your configuration files are supposed to be your source of truth and are never changed directly. |
I've been thinking about this and it might be worth adding a |
Hey Chris, |
We already support six different config file formats so persistence should support each, otherwise we start fragmenting support which makes the package harder to maintain. |
any plans on adding this feature as i need to save the config once i set something |
Looking forward to |
Hi @PHLAK, I've been implementing a persist through Symfony/Cache. |
Hey there,
isn't supposed that the
set
method update the config file ?I'm using PHP configuration and nothing seems to happen when i use
set
except changing the value in memory only.The text was updated successfully, but these errors were encountered: