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 yesterday

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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1519d 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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M257](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M593](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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