PHPackages                             mehradsadeghi/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. [Admin Panels](/categories/admin)
4. /
5. mehradsadeghi/laravel-crud-generator

ActiveLibrary[Admin Panels](/categories/admin)

mehradsadeghi/laravel-crud-generator
====================================

Generate CRUD for your laravel application like a breeze

v0.5.7(2y ago)17012.5k16MITPHPPHP ^7.1|^8.0

Since Sep 8Pushed 2y ago6 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (14)Used By (0)

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

[](#laravel-crud-generator)

Generate a CRUD scaffold like a breeze.

*Compatible with Laravel **5.x** **6.x** **7.x** **8.x** **9.x** **10.x** **11.x***.

### Installation

[](#installation)

`$ composer require mehradsadeghi/laravel-crud-generator`

### Usage

[](#usage)

It works based on your `$fillable` property of the target model.

If you would like to use `$guarded` instead of `$fillable`, It is supported too. In that case you'll need to have an existing `Schema` (table), Then the crud generator will automatically figures out your fillables.

As an example when `$fillable` is available:

`$ php artisan make:crud UserController --model=User --validation`

[![laravel-crud-generator](https://user-images.githubusercontent.com/31504728/92512225-b99be400-f223-11ea-84ba-bbfb55d1babd.gif)](https://user-images.githubusercontent.com/31504728/92512225-b99be400-f223-11ea-84ba-bbfb55d1babd.gif)

#### Customizing Stubs

[](#customizing-stubs)

You can modify default stubs by publishing them:

`$ php artisan crud:publish`

The published stubs will be located within `stubs/crud` directory in the root of your application. Any changes you make to these stubs will be reflected when you generate crud.

---

### Your Stars Matter

[](#your-stars-matter)

If you find this package useful and you want to encourage me to maintain and work on it, Just press the star button to declare your willing.

---

### Reward me with a cup of tea 🍵

[](#reward-me-with-a-cup-of-tea-tea)

Send me as much as a cup of tea worth in your country, so I'll have the energy to maintain this package.

- Ethereum: 0x2D5BFdEc132F9F0E9498Fb0B58C800db4007D154

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity57

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

Recently: every ~283 days

Total

13

Last Release

786d ago

PHP version history (2 changes)v0.2.0PHP ^7.1

v0.5.3PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0061a96703c9d6f044d10d15451dd7118b1c83631a902aee9d1dacbd5a4d0902?d=identicon)[mehradsadeghi](/maintainers/mehradsadeghi)

---

Top Contributors

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

---

Tags

crudcrud-generatorcrud-scaffoldlaravellaravel-crud-generatorcrudcrud generatorlaravel crud generator

### Embed Badge

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

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

###  Alternatives

[appzcoder/crud-generator

Laravel CRUD Generator

1.4k581.4k7](/packages/appzcoder-crud-generator)[ibex/crud-generator

Laravel CRUD Generator

706235.0k](/packages/ibex-crud-generator)[crestapps/laravel-code-generator

An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.

76591.7k1](/packages/crestapps-laravel-code-generator)[takielias/tablar-crud-generator

Laravel Tablar Crud Generator based on https://github.com/takielias/tablar

315.6k](/packages/takielias-tablar-crud-generator)[cauegonzalez/gzlayers

This package creates a layer structure to organize your laravel projects

111.9k](/packages/cauegonzalez-gzlayers)

PHPackages © 2026

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