Demonstration of Laravel 5 in a module structure to separate concerns with psr-4 namespacing and a service provider.
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.
The initial setup is from ideas on http://ziyahanalbeniz.blogspot.com.tr/2015/03/modular-structure-in-laravel-5.html