This website requires JavaScript.
Explore
Help
Sign in
Nosial
/
configlib
Watch
2
Star
0
Fork
You've already forked configlib
0
Code
Issues
Pull requests
Projects
Releases
10
Packages
Wiki
Activity
Actions
1
1.0.2
Branches
Tags
No results found.
configlib
/
src
/
ConfigLib
History
Exact
Exact
Union
RegExp
Netkas
a3c04e1c36
Fixed issue
#1
in Configuration->__construct() where the name of an environment variable was being used instead of its value when determining the configuration file path. This incorrect handling resulted in warnings about non-existent files and hindered the proper loading of configuration files. With this fix, environment variables should now correctly guide the path to the desired configuration files, improving the flexibility and functionality of the configuration library.
2023-07-11 22:25:53 -04:00
..
Configuration.php
Fixed issue
#1
in Configuration->__construct() where the name of an environment variable was being used instead of its value when determining the configuration file path. This incorrect handling resulted in warnings about non-existent files and hindered the proper loading of configuration files. With this fix, environment variables should now correctly guide the path to the desired configuration files, improving the flexibility and functionality of the configuration library.
2023-07-11 22:25:53 -04:00
Program.php
Refactored codebase to be more maintainable, readable & more optimized
2023-07-11 14:32:27 -04:00