ali-eltaweel / modu-lar
There is no license information available for the latest version (0.5.0) of this package.
Laravel Modular Architecture
0.5.0
2025-07-30 06:53 UTC
Requires
- php: ^8.2
- ali-eltaweel/attr-action: ^1.0
- ali-eltaweel/dto: ^1.4
This package is auto-updated.
Last update: 2025-08-04 01:38:49 UTC
README
Laravel Modular Architecture
Installation
composer require ali-eltaweel/modu-lar
Setup
Publish the configuration files
php artisan vendor:publish --tag=modular-config
Define your modules
Consult the Module Definition Guide for detailed instructions on how to define your modules.
Register your modules
- Create a single configuration file for each module under config/modular directory.
- Add the names of the config files to the
modules
array in the config/modular/app.php file. - Run
php artisan optimize
.