ali-eltaweel / modu-lar
Laravel Modular Architecture
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/ali-eltaweel/modu-lar
Requires
- php: ^8.2
- ali-eltaweel/attr-action: ^1.0
- ali-eltaweel/dto: ^1.4
This package is auto-updated.
Last update: 2025-11-06 11:41:59 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.