PHPackages                             laravue3/laravel-module-builder - 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. laravue3/laravel-module-builder

ActiveLibrary

laravue3/laravel-module-builder
===============================

Create module in laravel

0.0.9(2y ago)02.2k2MITPHP

Since Aug 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pbellerive/laravel-module-builder)[ Packagist](https://packagist.org/packages/laravue3/laravel-module-builder)[ RSS](/packages/laravue3-laravel-module-builder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (11)Used By (2)

Laravel Module Builder
======================

[](#laravel-module-builder)

Module builder can be called with params only or with a json description file. The command will not create anything if the folder exist. This is de default behaviour. If you use the force param, it will override the module content.

You can use the force param in combinaison of a specific file. This will create only that file en prevent de override of the others.

Available params
----------------

[](#available-params)

- 'all', 'a', InputOption::VALUE\_NONE, 'Generate a migration, seeder, factory, policy, and resource controller for the model'
- 'controller', 'c', InputOption::VALUE\_NONE, 'Create a new controller for the model'
- 'factory', 'f', InputOption::VALUE\_NONE, 'Create a new factory for the model'
- 'force', null, InputOption::VALUE\_NONE, 'Create the class even if the model already exists'
- 'json', null, InputOption::VALUE\_REQUIRED, 'Create based on json description'
- 'migration', 'm', InputOption::VALUE\_NONE, 'Create a new migration file for the model'
- 'model', 'M', InputOption::VALUE\_NONE, 'Create a new model file '
- 'policy', null, InputOption::VALUE\_NONE, 'Create a new policy for the model'
- 'seed', 's', InputOption::VALUE\_NONE, 'Create a new seeder for the model'
- 'resource', 'r', InputOption::VALUE\_NONE, 'Indicates if the generated controller should be a resource controller'
- 'repository', 'l', InputOption::VALUE\_NONE, 'Create new repository class for the model'
- 'viewjs', 'j', InputOption::VALUE\_NONE, 'Create new vue folder for the module'

Json description file
---------------------

[](#json-description-file)

{ {modelName}: { fields: \[ { name: {thename}, value: {thevalue}, precision: {thevalue}, scale: {thevalue}, places: {thevalue}, total: {thevalue}, length: {thevalue}, } \] } }

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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 ~49 days

Recently: every ~74 days

Total

9

Last Release

981d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/abbfa558990d1848c7ac4332e73b52ea9d25a753c416b7a5010f13274a50e44a?d=identicon)[pbellerive](/maintainers/pbellerive)

---

Top Contributors

[![pbellerive](https://avatars.githubusercontent.com/u/6799769?v=4)](https://github.com/pbellerive "pbellerive (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laravue3-laravel-module-builder/health.svg)

```
[![Health](https://phpackages.com/badges/laravue3-laravel-module-builder/health.svg)](https://phpackages.com/packages/laravue3-laravel-module-builder)
```

PHPackages © 2026

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