idel/laravel-modular is a Laravel package for laravel modular.
It currently has 15 GitHub stars and 46 downloads on Packagist (latest version v1.1.9).
Install it with composer require idel/laravel-modular.
Discover more Laravel packages by idel
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Modular helps to make your application modular. Often happens that our applications grow a lot and we need a lot of models, resources, controllers, migrations etc.. With this package we can divide our parts in little chunks (or modules).
** Loading modules using PSR-4 standard automatically **
To install through Composer, by run the following command:
composer require idel/laravel-modular
The package will automatically register a service provider and alias.
Optionally, publish the package's configuration file by running:
php artisan vendor:publish --provider="Idel\Modular\ServiceProvider"
You'll find installation instructions and full documentation on https://idel327.github.io/laravel-modular.
Using Artisan commands, files and folders are created according to your needs.
So we'll have a structure like this :
Default structure with files :