slimphp-api / slim-api

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

Move phinx/eloquent into external modules #29

Closed gabriel403 closed 9 years ago

gabriel403 commented 9 years ago

Move the eloquent and phinx modules into externals, use both by default but allow them to be overriden easily.

Still use phinx during init command, but add new init:db command that can be run once a new db module is installed.

Closes #6, closes #27