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

ActivePackage[Framework](/categories/framework)

lbmadesia/generator
===================

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

v1.0.2(4y ago)052[1 issues](https://github.com/lbmadesia/generator/issues)MITPHP

Since Jan 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lbmadesia/generator)[ Packagist](https://packagist.org/packages/lbmadesia/generator)[ RSS](/packages/lbmadesia-generator/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)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 lbmadesia/generator

```

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

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

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

```

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

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

```

Link Module management with route

```
{{ route('admin.modules.index') }}

```

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

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

3

Last Release

1573d ago

### Community

Maintainers

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

---

Top Contributors

[![lbmadesia](https://avatars.githubusercontent.com/u/77066858?v=4)](https://github.com/lbmadesia "lbmadesia (7 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M300](/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)
