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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -