I need to develop several websites with common features and flows, the only thing that will dramatically change is the CSS, even the HTML will be common.
I'm having troubles to assemble this structure in Laravel 4, since I'm still a begginer at the framework.
- I need to have a "super project" that all "sub projects" will inherit from.
- I need to be able to implement custom features and flows in a specific "sub project".
- I need to separate every project in it's own GIT repository.
I would love to have an opinion of someone who already had to create such structure.
Thanks in advance!