PHPackages                             feliseed/laravel-crud-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. feliseed/laravel-crud-generator

ActiveLibrary

feliseed/laravel-crud-generator
===============================

CRUD generator for Laravel

0.0.2(2y ago)06.9k↓26.2%MITPHP

Since Apr 7Pushed 2y agoCompare

[ Source](https://github.com/feliseed/laravel-crud-generator)[ Packagist](https://packagist.org/packages/feliseed/laravel-crud-generator)[ RSS](/packages/feliseed-laravel-crud-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

Laravel CRUD Generator
======================

[](#laravel-crud-generator)

You can automatically generate CRUD functionality using the command below. Everything necessary, including the controller, view, model, request, routing, test, factory, seeder, and migration, will be generated.

```
# Usage example 1: Generate CRUD by specifying the model name
php artisan make:crud MasterProduct

# Usage example 2: Generate CRUD from a JSON file defining the table structure
php artisan make:crud MasterProduct --schema="./master_products.json"

# Usage example 3: Generate CRUD from an existing table (please set the database connection information appropriately in .env, etc.)
php artisan make:crud MasterProduct --table=master_products

# Reflect in the DB
php artisan migrate:refresh --seed
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

Total

2

Last Release

759d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56d15bfb2f11b3218418ab3ccab7e046b31d66e0e92dc24f3cf0b35dae975d5d?d=identicon)[ki412412](/maintainers/ki412412)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/feliseed-laravel-crud-generator/health.svg)

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

PHPackages © 2026

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