Releases: Yohn/Config
Releases · Yohn/Config
1.3.0
fix return
1.2.1 void return
Changed default config
Main change was config/config.php is now the default instead of config/default.php
This is just a personal preference because I felt that default.php was not suitable, and since not many people are using this except me, I still kept it within the 1. version, but bumps it to 1.2.
Added getAll('configFileName')
so now we can get all the config settings under that file at once, instead of having to keep calling it.
Simple php file config solution
Reads all files in a config directory and stores them in the config class to statically call anytime
Initial release
First release, hope some people can find it helpful, quick and easy to use!