0.12.0
Changelog
- Added
getAppRootDir()
to AbstractConfig. - Added
APP_ENV
environment key, to define different config files on different environments. - Added
'config-readers'
key in the globalServices andgacela.php
. - Deprecated
getApplicationRootDir()
from Config. UsegetAppRootDir()
instead. - Deprecated
'custom-services-location'
key in the globalServices andgacela.php
. - Removed
EnvConfigReader
fromgacela-project/gacela
.- If you want to read
.env
values, you should requiregacela-project/gacela-env-config-reader
.
- If you want to read