ebolution/laravel-module-manager

Add modular development features to Laravel

1.1.0 2023-10-31 17:22 UTC

This package is auto-updated.

Last update: 2025-04-10 10:22:40 UTC


README

This module aims to manage common tasks from a modular point of view. The ultimate goal is to emulate what this module https://nwidart.com/laravel-modules/v6/introduction does in a very basic way, letting the developers encapsulate the most of the features in separate modules without following the main development flow established by Laravel, where all the code of the application lives in the folder app.