I'm starting now with Laravel 4 and would like to know how you organize your project? referring to classes of controllers and models.
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 CodeIgniter I used HMVC and in Laravel?