1
I’m starting now with Laravel 4 and would like to know how you organize your project? referring to controller and model classes.
For example, in my case I will have an administrative area and I will have the site(front), I would like to separate the parts. In the Codeigniter I used the HMVC and in the Laravel?