PHPackages                             evolvo/laravel-code-generators - 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. evolvo/laravel-code-generators

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

evolvo/laravel-code-generators
==============================

Artisan commands to generate laravel project code from existing database tables.

13.0(2mo ago)725.4k—2.2%4MITPHPPHP &gt;=8.3.0

Since Oct 26Pushed 2mo agoCompare

[ Source](https://github.com/evolvoltd/laravel-code-generators)[ Packagist](https://packagist.org/packages/evolvo/laravel-code-generators)[ RSS](/packages/evolvo-laravel-code-generators/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (50)Used By (0)

Laravel 12 code generator from database tables
==============================================

[](#laravel-12-code-generator-from-database-tables)

About
-----

[](#about)

The `laravel-code-generators` package allows you to generate application code based on database table structure.

It will fasten initial application setup, so you can advance straight to application logic.

What will be generated?

- Model
- Controller
- FormRequests
- Service
- API Routes
- Factory
- Tests

Package can also generate front-end code for Vue (v2) and Angular (v2+)

Installation
------------

[](#installation)

Require the `evolvo/laravel-code-generators` package in your `composer.json` and update your dependencies:

```
$ composer require evolvo/laravel-code-generators
```

Usage
-----

[](#usage)

1. Create your migrations and run them using `php artisan migrate`.
2. Run `php artisan scaffold table_name` to generate Laravel code based on table structure.
3. Run `php artisan scaffold table_name --vue` to generate Vue code based on table structure.
4. Run `php artisan scaffold table_name --angular` to generate Angular code based on table structure.
5. Run `php artisan generate:webservice WebServiceName` to generate web service integration code.

###  Health Score

62

—

FairBetter than 99% of packages

Maintenance88

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity91

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~262 days

Total

48

Last Release

61d ago

Major Versions

3.4.6 → 8.0.12021-03-15

8.0.6 → 9.0.12022-03-25

9.3.3 → 10.02023-04-28

10.1 → 12.02025-02-28

12.1 → 13.02026-03-18

PHP version history (6 changes)1.0PHP &gt;=7.0.0

8.0.1PHP &gt;=8.0.0

9.0.1PHP &gt;=8.0.2

10.0PHP &gt;=8.1.0

11PHP &gt;=8.2.0

12.0PHP &gt;=8.3.0

### Community

Maintainers

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

---

Top Contributors

[![evolvoltd](https://avatars.githubusercontent.com/u/28786451?v=4)](https://github.com/evolvoltd "evolvoltd (23 commits)")[![aivarasru](https://avatars.githubusercontent.com/u/14888824?v=4)](https://github.com/aivarasru "aivarasru (22 commits)")[![laravel-vytautas](https://avatars.githubusercontent.com/u/116840321?v=4)](https://github.com/laravel-vytautas "laravel-vytautas (15 commits)")[![aivaonair](https://avatars.githubusercontent.com/u/8265507?v=4)](https://github.com/aivaonair "aivaonair (13 commits)")[![vytautasphp](https://avatars.githubusercontent.com/u/33592543?v=4)](https://github.com/vytautasphp "vytautasphp (3 commits)")[![Dainius-Dzialtuvas](https://avatars.githubusercontent.com/u/123356215?v=4)](https://github.com/Dainius-Dzialtuvas "Dainius-Dzialtuvas (2 commits)")[![mantaspet](https://avatars.githubusercontent.com/u/10450687?v=4)](https://github.com/mantaspet "mantaspet (1 commits)")

### Embed Badge

![Health badge](/badges/evolvo-laravel-code-generators/health.svg)

```
[![Health](https://phpackages.com/badges/evolvo-laravel-code-generators/health.svg)](https://phpackages.com/packages/evolvo-laravel-code-generators)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4205.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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