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
Include how to organize dependencies, middleware, and routes if using the Slim skeleton project #2
I noticed the README example includes the dependencies, middleware, and routing all within one file. It may be worth adding a note for anyone using the Slim skeleton project that these should be separated into src/dependencies.php, src/middleware.php, and src/routes.php.
I noticed the README example includes the dependencies, middleware, and routing all within one file. It may be worth adding a note for anyone using the Slim skeleton project that these should be separated into
src/dependencies.php
,src/middleware.php
, andsrc/routes.php
.