PHPackages                             simplepleb/modulemanager-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. simplepleb/modulemanager-module

ActiveLaravel-module[Framework](/categories/framework)

simplepleb/modulemanager-module
===============================

Used to manage, install and configure Laravel modules

v1.0.2(5y ago)6271GPL-3.0-or-laterPHPPHP ^7.3.0

Since Mar 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/simplepleb/modulemanager-module)[ Packagist](https://packagist.org/packages/simplepleb/modulemanager-module)[ RSS](/packages/simplepleb-modulemanager-module/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Module Management for Laravel
=============================

[](#module-management-for-laravel)

A Module for managing Laravel modules settings, status etc

This package gives you everything you need to build and manage CRUD modules with ease. Fill in the builder form and the entire module is built for you. Once you click 'Build' you will be redirected to the index page of the new module and immediately be able to add and edit items to the new module.

[![Latest Stable Version](https://camo.githubusercontent.com/a09aead9eb05d90b4f46a78beaa916b144efaa1c68f22322e7a1b88a8c32f525/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c65706c65622f6d6f64756c656d616e616765722d6d6f64756c652f76)](//packagist.org/packages/simplepleb/modulemanager-module) [![Total Downloads](https://camo.githubusercontent.com/f100996729e7e835ef6213be869328f861d8cf143ced62610d3987930013e52e/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c65706c65622f6d6f64756c656d616e616765722d6d6f64756c652f646f776e6c6f616473)](//packagist.org/packages/simplepleb/modulemanager-module) [![Latest Unstable Version](https://camo.githubusercontent.com/f5bbbf5527b289fb44bf9d955ac72f539e9004c3a6cb5b62b6d19fc860d502eb/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c65706c65622f6d6f64756c656d616e616765722d6d6f64756c652f762f756e737461626c65)](//packagist.org/packages/simplepleb/modulemanager-module) [![License](https://camo.githubusercontent.com/59b7d520ed9947100000f462842687e6256eeaac6a0a890e7353c96492d15589/68747470733a2f2f706f7365722e707567782e6f72672f73696d706c65706c65622f6d6f64756c656d616e616765722d6d6f64756c652f6c6963656e7365)](//packagist.org/packages/simplepleb/modulemanager-module)

Module Settings
===============

[](#module-settings)

Without requiring any database use - we created a simple way to allow the site admin to modify settings for any module.

By default, the settings form will edit and save the `Module\{ModuleName}\Config\config.php` file. If your module has a more complex settings requirement take note of the settings() method of the ModuleManager.

```
        /**
         * If the module has its own settings method use it instead
         */
        if (class_exists("\Modules\\".$name."\Http\Controllers\SettingsController")) {

            $func = "\Modules\\".$name."\Http\Controllers\SettingsController::settings";

            return $func();
        }
```

If the module does not have its own settings method the ModuleManager default will display the form.

If a module config file has values that are arrays() - add them to the protected\_modules

Dashboard Screenshot
====================

[](#dashboard-screenshot)

[![Screen Shot 2021-03-10 at 6 40 58 AM](https://user-images.githubusercontent.com/79759974/110624073-bb5f4980-816b-11eb-98bb-cfc0481c295c.png)](https://user-images.githubusercontent.com/79759974/110624073-bb5f4980-816b-11eb-98bb-cfc0481c295c.png)

Builder Screenshot
==================

[](#builder-screenshot)

[![Screen Shot 2021-03-11 at 8 17 51 AM](https://user-images.githubusercontent.com/79759974/110793210-5a567500-8242-11eb-8849-68e0bc033a57.png)](https://user-images.githubusercontent.com/79759974/110793210-5a567500-8242-11eb-8849-68e0bc033a57.png)

This module manager makes full use of the great [Module Package by Nwidart](https://nwidart.com/laravel-modules/v6/introduction)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~57 days

Total

2

Last Release

1837d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/79759974?v=4)[SimplePleb](/maintainers/simplepleb)[@simplepleb](https://github.com/simplepleb)

---

Top Contributors

[![simplepleb](https://avatars.githubusercontent.com/u/79759974?v=4)](https://github.com/simplepleb "simplepleb (29 commits)")[![DeveloperOnCall](https://avatars.githubusercontent.com/u/3272625?v=4)](https://github.com/DeveloperOnCall "DeveloperOnCall (5 commits)")

---

Tags

laravellaravel-8-packagelaravel-module-generatorlaravel-moduleslaravel-package

### Embed Badge

![Health badge](/badges/simplepleb-modulemanager-module/health.svg)

```
[![Health](https://phpackages.com/badges/simplepleb-modulemanager-module/health.svg)](https://phpackages.com/packages/simplepleb-modulemanager-module)
```

###  Alternatives

[mhmiton/laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.

236409.6k9](/packages/mhmiton-laravel-modules-livewire)[realmrhex/filament-modular

Modular support for filament.

601.2k](/packages/realmrhex-filament-modular)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
