A file configuration loader that supports PHP, INI, XML, JSON, and YML files for the Slim Framework. It internally uses https://github.com/hassankhan/config.
34
stars
7
forks
source link
Consistency in container key, object names to run #1
Thanks for this project, Davide! I noticed there was some inconsistency in the container key ('apiConfig' vs 'config'), which was causing issues for the example to run. There were also a couple places where you used "$conf" instead of "$config" so I updated those as well.
Thanks for this project, Davide! I noticed there was some inconsistency in the container key ('apiConfig' vs 'config'), which was causing issues for the example to run. There were also a couple places where you used "$conf" instead of "$config" so I updated those as well.