Sakibul Alam
Sakibul Alam

Reputation: 1823

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.

Upvotes: 7

Views: 9192

Answers (3)

Reyz_MyNick
Reyz_MyNick

Reputation: 9

It was implemented with laravel 4 in HMVC. You can clone at: https://github.com/ReyzWB/Laravel-4-Modular-Approach

Upvotes: 1

user2094178
user2094178

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

Thomas Clarkson
Thomas Clarkson

Reputation: 755

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

Upvotes: 5

Related Questions