Skip to the content.

Laravel-Modular

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

Install

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"

Generators

Actions

Nova Generators

Directory Structure

Using Artisan commands, files and folders are created according to your needs.

So we’ll have a structure like this :

Default structure with files :

To Do

Contact us

oeslami32@gmail.com

omeslami32@gmail.com

idel327327@gmail.com