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)171193PHPPHP &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 today

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 72% 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

4279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1f02ddf1061221eb083677cd5d74ca20e069e93ef7c3318d360d86003c3f49c?d=identicon)[slider23](/maintainers/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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M210](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M858](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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