You should consider separating system folder and app folders into separate repos. So when someone clones app, he has the framework installed with Composer and when someone wants to start a fresh project, he can include the framework with composer and start building?
You should consider separating
system
folder andapp
folders into separate repos. So when someone clones app, he has the framework installed with Composer and when someone wants to start a fresh project, he can include the framework with composer and start building?