Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement HMVC in Laravel 4

Does laravel 4 have built in support for hmvc or are there bundles for this functionality? What is the best way to use HMVC in laravel 4.

like image 590
Sakibul Alam Avatar asked Jul 03 '13 04:07

Sakibul Alam


2 Answers

This tutorial shows you how to implement modules in laravel 4 http://creolab.hr/2013/05/modules-in-laravel-4/

like image 136
Thomas Clarkson Avatar answered Sep 19 '22 06:09

Thomas Clarkson


Here is one more hmvc option, https://github.com/LevareCMS/modulemanager

If you come from codeigniter, you may like this, http://forums.laravel.io/viewtopic.php?id=8664

Also is worth mentioning, depending on your needs, a view composer may achieve what you want.

like image 33
user2094178 Avatar answered Sep 21 '22 06:09

user2094178