ali-eltaweel / modu-lar
There is no license information available for the latest version (0.7.0) of this package.
Laravel Modular Architecture
0.7.0
2025-09-06 11:23 UTC
Requires
- php: ^8.2
- ali-eltaweel/attr-action: ^1.0
- ali-eltaweel/dto: ^1.4
This package is auto-updated.
Last update: 2026-02-06 12:13:16 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
modulesarray in the config/modular/app.php file. - Run
php artisan optimize.