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.