slimphp-api / slim-api

Command line interface for generating API end points with Slim
MIT License
11 stars 1 forks source link

Hotfix/move config #41

Closed gabriel403 closed 9 years ago

gabriel403 commented 9 years ago

Create Module classes for both slim-api and the generated project for reading in the config files. Split dependencies file (slim-api and generated one) into multiple config files. Start returning a config array rather than adding directly to the container. Fixes #19 and fixes #35