Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 632 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 632 Bytes

Laravel 5 Modular Example

Demonstration of Laravel 5 in a module structure to separate concerns with psr-4 namespacing and a service provider.

Information

This example repo includes a full fresh Laravel 5 install with the modifications in proceeding commits. The Laravel 5 install root is in the src folder.

This repo will is used to further integration examples towards a typical functioning app use case.

Credits

The initial setup is from ideas on http://ziyahanalbeniz.blogspot.com.tr/2015/03/modular-structure-in-laravel-5.html