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 today

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

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

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

1599d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92de536ed594c6be4260fea058f064d39e6469361caab16edb28cdfa83980294?d=identicon)[it-devgroup](/maintainers/it-devgroup)

![](https://www.gravatar.com/avatar/a83316c2868275f482641be89e75cf35b30c0c2a304ff59ebc5117dc33b42f10?d=identicon)[gavoronok30](/maintainers/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

[kra8/laravel-snowflake

Snowflake for Laravel and Lumen.

188402.3k6](/packages/kra8-laravel-snowflake)[laracrafts/laravel-url-shortener

Powerful URL shortening tools in Laravel

97110.7k](/packages/laracrafts-laravel-url-shortener)[dcblogdev/laravel-module-generator

Generate Laravel Modules from a template.

7710.1k1](/packages/dcblogdev-laravel-module-generator)[linkxtr/laravel-qrcode

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

295.1k](/packages/linkxtr-laravel-qrcode)

PHPackages © 2026

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