PHPackages                             slider23/laravel-modulator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. slider23/laravel-modulator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

slider23/laravel-modulator
==========================

Artisan-generator for easy creating module in your Laravel namespace-based application.

v1.2.0(11y ago)181193PHPPHP &gt;=5.4.0

Since Jul 12Pushed 11y ago5 watchersCompare

[ Source](https://github.com/slider23/laravel-modulator)[ Packagist](https://packagist.org/packages/slider23/laravel-modulator)[ RSS](/packages/slider23-laravel-modulator/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

laravel-modulator
=================

[](#laravel-modulator)

Artisan generator for easy creating module in your Laravel namespace-based application.

[![](https://camo.githubusercontent.com/448f4221bcf9753a3e59a98ed8770f70e3be300509d1f6121180c35b658686d3/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736c6964657232332f6c61726176656c2d6d6f64756c61746f722e7376673f7374796c653d666c6174)](https://packagist.org/packages/slider23/laravel-modulator)

Installation
------------

[](#installation)

Require this package in your composer.json and run composer update (or run `composer require slider23/laravel-modulator:1.*` directly):

```
"slider23/laravel-modulator": "1.*"

```

After updating composer, add the ServiceProvider to the providers array in `app/config/app.php`

```
'Slider23\LaravelModulator\LaravelModulatorServiceProvider',

```

Usage
-----

[](#usage)

Run Artisan command:

```
php artisan modulator --path=app/Acme User --template=default

```

where `Acme` - namespace of your application (must be in `autoload` section of `composer.json`) `User` - name of module for create. `default` - folder with files of template, defined in config.php . 'default' is devault value, also available template 'formvalidation' with validator an model presenter of Jeffrey Way (). `--template` is optional.

In folder `app/Acme` will be created:

[![Module structure](https://camo.githubusercontent.com/b6eacb5d58ff4c9ad7286c5a3237ba241134f083210c124ece1996835115c2ba/68747470733a2f2f6d6f6e6f736e61702e636f6d2f696d6167652f5a594b513475646a5730386431543736697944753752444d666c305748742e706e67)](https://camo.githubusercontent.com/b6eacb5d58ff4c9ad7286c5a3237ba241134f083210c124ece1996835115c2ba/68747470733a2f2f6d6f6e6f736e61702e636f6d2f696d6167652f5a594b513475646a5730386431543736697944753752444d666c305748742e706e67)

Add `Acme\User\UserServiceProvider` to the providers array in `app/config/app.php`. Module is ready to work !

Customization
-------------

[](#customization)

To change module structure clone config to your app:

```
php artisan config:publish slider23/laravel-modulator

```

and add path to your folder of template to `app/config/packages/slider23/laravel-modulator/config.php`:

```
return array(
	'templates_path' =>
		array(
			'default' => "vendor/slider23/laravel-modulator/src/Slider23/LaravelModulator/templates/default/",
			'formvalidation' => "vendor/slider23/laravel-modulator/src/Slider23/LaravelModulator/templates/formvalidation/",
			'myowntemplate' => "app/storage/my_module_template/"
		)
);

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~4 days

Recently: every ~9 days

Total

10

Last Release

4334d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/142277?v=4)[Michael](/maintainers/slider23)[@slider23](https://github.com/slider23)

---

Top Contributors

[![slider23](https://avatars.githubusercontent.com/u/142277?v=4)](https://github.com/slider23 "slider23 (14 commits)")

### Embed Badge

![Health badge](/badges/slider23-laravel-modulator/health.svg)

```
[![Health](https://phpackages.com/badges/slider23-laravel-modulator/health.svg)](https://phpackages.com/packages/slider23-laravel-modulator)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M376](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M136](/packages/illuminate-cookie)

PHPackages © 2026

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