php - How to structure a platform with sub apps in Laravel 4? -
i need develop several websites common features , flows, thing dramatically change css, html common.
i'm having troubles assemble structure in laravel 4, since i'm still begginer @ framework.
- i need have "super project" "sub projects" inherit from.
- i need able implement custom features , flows in specific "sub project".
- i need separate every project in it's own git repository.
i love have opinion of had create such structure.
thanks in advance!
you can use package feature, first of need make kernel package basic project , extends 'sub projects' git repository, it's easy way, laravel introduction says:
"packages might great way work dates carbon, or entire bdd testing framework behat."
with packages can single out each feature on composer.json
, load them 1 one.
Comments
Post a Comment