PHPackages                             krgupta/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. [Framework](/categories/framework)
4. /
5. krgupta/generator

ActivePackage[Framework](/categories/framework)

krgupta/generator
=================

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

v5.6(7y ago)374MITPHP

Since Dec 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gupta-kamlesh-r/generator)[ Packagist](https://packagist.org/packages/krgupta/generator)[ RSS](/packages/krgupta-generator/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (4)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 krgupta/generator 1.1`

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 `Krgupta\Generator\Provider\CrudGeneratorServiceProvider` in your `config/app.php` configuration file:

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

    Krgupta\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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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 ~0 days

Total

3

Last Release

2750d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9528943d7d7a35066aa85781a948eaeab207d30d5e92617f9e729f7cc0e6fb27?d=identicon)[krguptaa](/maintainers/krguptaa)

---

Top Contributors

[![krgupta-cygnet](https://avatars.githubusercontent.com/u/42832188?v=4)](https://github.com/krgupta-cygnet "krgupta-cygnet (8 commits)")[![krguptaa](https://avatars.githubusercontent.com/u/16936952?v=4)](https://github.com/krguptaa "krguptaa (1 commits)")

---

Tags

laravellaravel-5-packagemodule-generator

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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