ali-eltaweel/modu-lar

There is no license information available for the latest version (0.7.0) of this package.

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

0.7.0 2025-09-06 11:23 UTC

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 modules array in the config/modular/app.php file.
  • Run php artisan optimize.