Reputation: 1823
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.
Upvotes: 7
Views: 9192
Reputation: 9
It was implemented with laravel 4 in HMVC. You can clone at: https://github.com/ReyzWB/Laravel-4-Modular-Approach
Upvotes: 1
Reputation: 9444
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.
Upvotes: 2
Reputation: 755
This tutorial shows you how to implement modules in laravel 4 http://creolab.hr/2013/05/modules-in-laravel-4/
Upvotes: 5