kladskull / deviant

Deviant is a simple extensible PHP Boilerplate/Mini-framework.
MIT License
10 stars 1 forks source link

Split Framework and Application Skeleton #6

Open kladskull opened 6 years ago

kladskull commented 6 years ago

Split Framework and Application Skeleton into two repos, and commit framework to composer, and add the requirement to app skeleton. User will just composer require the deviant-app, and the framework will be nicely tucked into vendor. This is dependant on making the project composer ready.