What is laravel-modules?
laravel-modules
is a Laravel package to help build modular apps using modules. A module is like a Laravel package; it has some views, controllers and models. Laravel-Modules is supported and tested in Laravel 5.
Laravel-Modules is actually a slightly modified version of nWidart/laravel-modules.
I mainly created my own version of the package because I wanted full control over how the modules are managed, and
I also have my own needs as for what I need the package to do. If you find that nWidart/laravel-modules
fits your needs better than rawilk/laravel-modules
, by all means use that one. My version of the
package is mostly intended for my own needs and is not meant to be a replacement
or competitor to the other package.