PHPackages                             bvipul/generator - 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. bvipul/generator

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

bvipul/generator
================

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

v6(6y ago)2031.0k17[2 issues](https://github.com/bvipul/generator/issues)MITPHP

Since Nov 12Pushed 6y ago2 watchersCompare

[ Source](https://github.com/bvipul/generator)[ Packagist](https://packagist.org/packages/bvipul/generator)[ RSS](/packages/bvipul-generator/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)DependenciesVersions (15)Used By (0)

Generator
=========

[](#generator)

A Laravel Module Generator Package for Laravel AdminPanel &lt;  &gt;

License
=======

[](#license)

This Module Generator is open-sourced software licensed under the MIT license

Official Documentation
======================

[](#official-documentation)

To get started with Generator, use Composer to add the package to your project's dependencies:

`composer require bvipul/generator ^5.6`

Since you would be having work of this generator, while creating your project, hence only require it in the dev environment.

### Configuration

[](#configuration)

After installing the Generator, register the `Bvipul\Generator\Provider\CrudGeneratorServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    Bvipul\Generator\Provider\CrudGeneratorServiceProvider::class
],
```

If you need to change what the stubs are generating for you, you can always publish the package's views files by below command:

```
php artisan vendor:publish --tag=generator_views

```

and you can get the title "Module Management" from package's translation file by using:

```
{{ trans('generator::menus.modules.management') }}

```

Contribute
==========

[](#contribute)

You can contribute to this project, by just taking fork of it. We are open for suggestion and PRs. If you have any new suggestions or anything for that matter, contact me at

Note
====

[](#note)

This is hotfix for `https://github.com/viralsolani/laravel-adminpanel/issues/528`

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 86.8% 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 ~61 days

Recently: every ~125 days

Total

13

Last Release

2405d ago

Major Versions

0.9.3 → 1.012018-03-28

1.01 → v5.62018-06-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8110605?v=4)[Vipul Basapati](/maintainers/bvipul)[@bvipul](https://github.com/bvipul)

---

Top Contributors

[![bvipul](https://avatars.githubusercontent.com/u/8110605?v=4)](https://github.com/bvipul "bvipul (33 commits)")[![xuandung38](https://avatars.githubusercontent.com/u/8670315?v=4)](https://github.com/xuandung38 "xuandung38 (4 commits)")[![viralsolani](https://avatars.githubusercontent.com/u/1780168?v=4)](https://github.com/viralsolani "viralsolani (1 commits)")

---

Tags

crud-generatorlaravellaravel-boilerplatelaravel5

### Embed Badge

![Health badge](/badges/bvipul-generator/health.svg)

```
[![Health](https://phpackages.com/badges/bvipul-generator/health.svg)](https://phpackages.com/packages/bvipul-generator)
```

###  Alternatives

[h4kuna/ares

Provides information about subjects by their identification number from the ARES database (in Czech Republic).

50410.9k2](/packages/h4kuna-ares)[davidpiesse/nova-maintenance-mode

Enable and disable Maintenance Mode from within Laravel Nova

3363.9k](/packages/davidpiesse-nova-maintenance-mode)[elegantly/laravel-cookies-consent

Cookie consent for Laravel

254.1k](/packages/elegantly-laravel-cookies-consent)

PHPackages © 2026

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