PHPackages                             it-devgroup/laravel-generator-configurable - 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. it-devgroup/laravel-generator-configurable

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

it-devgroup/laravel-generator-configurable
==========================================

laravel code generation

1.2.0(4y ago)2554MITPHPPHP ^7.4|^8.0

Since Apr 23Pushed 4y ago2 watchersCompare

[ Source](https://github.com/it-devgroup/laravel-generator-configurable)[ Packagist](https://packagist.org/packages/it-devgroup/laravel-generator-configurable)[ RSS](/packages/it-devgroup-laravel-generator-configurable/feed)WikiDiscussions 1.x Synced 3w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Description
-----------

[](#description)

- separate generation of each section related to the entity (entity, controller, resources, etc.)
- splitting generation into contexts (api, dashboard, etc.)
- customizable templates for different contexts (blade templates)
- selective generation of each of the files
- test mode

Install for Lumen
-----------------

[](#install-for-lumen)

**1.** Open file `bootstrap/app.php` and add new service provider

```
$app->register(\ItDevgroup\LaravelGeneratorConfigurable\Providers\GeneratorServiceProvider::class);

```

Uncommented string

```
$app->withFacades();

```

Added after **$app-&gt;configure('app');**

```
$app->configure('generator');

```

If not then add

```
$app->configure('filesystems');

```

**2.** Run commands

For creating config file

```
php artisan generator:publish --tag=config

```

For generate default blade templates

```
php artisan generator:publish --tag=resources

```

Install for laravel
-------------------

[](#install-for-laravel)

**1.** Open file **config/app.php** and search

```
    'providers' => [
        ...
    ]

```

Add to section

```
        \ItDevgroup\LaravelGeneratorConfigurable\Providers\GeneratorServiceProvider::class,

```

Example

```
    'providers' => [
        ...
        \ItDevgroup\LaravelGeneratorConfigurable\Providers\GeneratorServiceProvider::class,
    ]

```

**2.** Run commands

For creating config file

```
php artisan vendor:publish --provider="ItDevgroup\LaravelGeneratorConfigurable\Providers\GeneratorServiceProvider" --tag=config

```

For generate default blade templates

```
php artisan vendor:publish --provider="ItDevgroup\LaravelGeneratorConfigurable\Providers\GeneratorServiceProvider" --tag=resources

```

Continue step install for laravel or lumen
------------------------------------------

[](#continue-step-install-for-laravel-or-lumen)

**1.** Add folder `storage/generator` to .gitignore at the root of the project

**2.** Edit templates `resources/views/vendor/laravel-generator-configurable/templates`and config file `config/generator.php`

ENV variables
-------------

[](#env-variables)

File .env

Enable generator (1 - enable (only development), empty - disable)

```
GENERATOR_ENABLE=1

```

Enable test mode for generator (1 - test mode for debug, empty - live mode)

```
GENERATOR_TEST_MODE=1

```

Run generator
-------------

[](#run-generator)

Open url in browser ({{YOUR\_URL}} - replace to your domain)

```
http://{{YOUR_URL}}/generator

```

Documentation
-------------

[](#documentation)

The documentation is located (inside the component folder) in the folder `/vendor/it-devgroup/laravel-generator-configurable/docs`

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

5

Last Release

1655d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35729675?v=4)[it-devgroup](/maintainers/it-devgroup)[@it-devgroup](https://github.com/it-devgroup)

![](https://avatars.githubusercontent.com/u/17120176?v=4)[gavoronok30](/maintainers/gavoronok30)[@gavoronok30](https://github.com/gavoronok30)

---

Top Contributors

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

---

Tags

laravelgeneratorlumenit-devgroup

### Embed Badge

![Health badge](/badges/it-devgroup-laravel-generator-configurable/health.svg)

```
[![Health](https://phpackages.com/badges/it-devgroup-laravel-generator-configurable/health.svg)](https://phpackages.com/packages/it-devgroup-laravel-generator-configurable)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[akira/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

494.8k](/packages/akira-laravel-qrcode)

PHPackages © 2026

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