PHPackages                             k-msalehi/laravel-ez-crud - 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. k-msalehi/laravel-ez-crud

ActiveLibrary[Admin Panels](/categories/admin)

k-msalehi/laravel-ez-crud
=========================

Simple CRUD generator for your laravel application

v1.0.0(2y ago)04MITPHPPHP ^8.0

Since Feb 1Pushed 2y ago1 watchersCompare

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

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

ez-crud forked from [mehradsadeghi/laravel-crud-generator](https://github.com/mehradsadeghi/laravel-crud-generator).
Thank you [mehradsadeghi](https://github.com/mehradsadeghi) for your efforts.

What's changed
==============

[](#whats-changed)

Now you can add `--views` option to create related views,
e.g. `php artisan make:crud UserController --model=User --views`
*Created view files are based on bootstrap 5*

By defualt, view files extend from `layouts.app`; To customize them you can use
`php artisan vendor:publish --provider="KMsalehi\LaravelEzCrud\EzCrudServiceProvider"`

Laravel EzCrud
==============

[](#laravel-ezcrud)

Generate a CRUD scaffold like a breeze.

*Compatible with Laravel **7.x** **8.x** **9.x** **10.x***.

### Installation

[](#installation)

`$ composer require k-msalehi/laravel-ez-crud --dev`

### 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-️)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

831d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/285f66e3a62b6034fd34b4c95f2e24f0cf44639f9e6f39c2d8307ce6a28f847c?d=identicon)[k-msalehi](/maintainers/k-msalehi)

---

Top Contributors

[![k-msalehi](https://avatars.githubusercontent.com/u/19533648?v=4)](https://github.com/k-msalehi "k-msalehi (5 commits)")

---

Tags

crudcrud generatorlaravel crudlaravel-ez-crud

### Embed Badge

![Health badge](/badges/k-msalehi-laravel-ez-crud/health.svg)

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

###  Alternatives

[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)[ibex/crud-generator

Laravel CRUD Generator

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

Generate CRUD for your laravel application like a breeze

17012.5k](/packages/mehradsadeghi-laravel-crud-generator)[takielias/tablar-crud-generator

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

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

PHPackages © 2026

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