hassankhan / config

Config is a lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files
MIT License
971 stars 136 forks source link

Support for writing Config back to a file #121

Closed markdegrootnl closed 5 years ago

markdegrootnl commented 5 years ago

Another implementation to add the ability to write a Config back to file as discussed in #107.

Most of the heavy lifting was already done by @filips123 in https://github.com/filips123/config/tree/writing however my implementation does not contain any breaking changes and comforms with the current state of the project.

markdegrootnl commented 5 years ago

I've added a commit to my fork here: https://github.com/markdegrootnl/config/commit/3dc1eda3e89d04592def0a4ee1dfdf2bd2ed4d85. Anybody know why it's not updating my pull request?