PHPackages                             zeuz113/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zeuz113/laravel-crud-generator

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

zeuz113/laravel-crud-generator
==============================

php artisan command to generate fully working crud with grid paginated server side only by having database tables - forked from kEpEx/laravel-crud-generator

v2.1(5y ago)054MITPHPPHP &gt;=7.0.0

Since Dec 26Pushed 5y agoCompare

[ Source](https://github.com/zeuz113/laravel-crud-generator)[ Packagist](https://packagist.org/packages/zeuz113/laravel-crud-generator)[ RSS](/packages/zeuz113-laravel-crud-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (18)Used By (0)

laravel-crud-generator
======================

[](#laravel-crud-generator)

[![Latest Stable Version](https://camo.githubusercontent.com/f0b20e537e1c4cf76e7e5533464baf83abba3d9a38698a28e68513465cb0dbe3/68747470733a2f2f706f7365722e707567782e6f72672f6b657065782f6c61726176656c2d637275642d67656e657261746f722f762f737461626c65)](https://packagist.org/packages/kepex/laravel-crud-generator) [![Total Downloads](https://camo.githubusercontent.com/7cab80ea6dadd359af6abf5ee5c6d649eced9beac296910cde9904877a3f3d23/68747470733a2f2f706f7365722e707567782e6f72672f6b657065782f6c61726176656c2d637275642d67656e657261746f722f646f776e6c6f616473)](https://packagist.org/packages/kepex/laravel-crud-generator) [![Latest Unstable Version](https://camo.githubusercontent.com/72efdf4fd48a3133c4950b57368aca15d6f2e60085f1bb821f78020ab30d8329/68747470733a2f2f706f7365722e707567782e6f72672f6b657065782f6c61726176656c2d637275642d67656e657261746f722f762f756e737461626c65)](https://packagist.org/packages/kepex/laravel-crud-generator) [![License](https://camo.githubusercontent.com/a4678e0ce0732e509247bab3f0e7cdc2c1a8367d7ff56bbbc9620d4ecd539ce7/68747470733a2f2f706f7365722e707567782e6f72672f6b657065782f6c61726176656c2d637275642d67656e657261746f722f6c6963656e7365)](https://packagist.org/packages/kepex/laravel-crud-generator)

php artisan command to generate fully working crud with grid paginated server side only by having database tables

optimized for laravel 8

### Installing

[](#installing)

```
composer require zeuz113/laravel-crud-generator

```

In Laravel &gt;6.\* require helpers instalation

```
composer require laravel/helpers

```

Add to config/app.php the following line to the 'providers' array:

```
CrudGenerator\CrudGeneratorServiceProvider::class,

```

[![Preview](https://raw.githubusercontent.com/kEpEx/laravel-crud-generator/master/preview.gif)](https://raw.githubusercontent.com/kEpEx/laravel-crud-generator/master/preview.gif)

### Custom Templates

[](#custom-templates)

The best power of this plugin relies on you making your own templates and generating the code the way you like

Run this command:

```
php artisan vendor:publish

```

and you will have now in resources/templates/ the files you need to modify

If you want to go back to the default, just delete them

### Usage

[](#usage)

Use the desired model name as the input

CRUD for students table

```
php artisan make:crud student

```

or the whole database

```
php artisan make:crud all

```

whole database with custom layout

```
php artisan make:crud all --master-layout=layouts.master

```

Because sometimes you need boilerplate code only for view and controller, you can use an existing model with custom controller name

```
php artisan make:crud student --master-layout=master --custom-controller=dashboard

```

For more options

```
php artisan help make:crud

```

Let me know if you have any questions or if you find this library useful at twitter @[kEpEx](https://twitter.com/kepex)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~161 days

Recently: every ~207 days

Total

13

Last Release

1857d ago

Major Versions

v0.2.0 → v2.12021-04-12

PHP version history (2 changes)v0.1.0PHP &gt;=5.5.9

v2.1PHP &gt;=7.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1972420?v=4)[Zeuz113](/maintainers/zeuz113)[@zeuz113](https://github.com/zeuz113)

---

Top Contributors

[![kEpEx](https://avatars.githubusercontent.com/u/1455401?v=4)](https://github.com/kEpEx "kEpEx (48 commits)")[![zeuz113](https://avatars.githubusercontent.com/u/1972420?v=4)](https://github.com/zeuz113 "zeuz113 (14 commits)")[![jazmy](https://avatars.githubusercontent.com/u/28543740?v=4)](https://github.com/jazmy "jazmy (1 commits)")[![marabesi](https://avatars.githubusercontent.com/u/2129872?v=4)](https://github.com/marabesi "marabesi (1 commits)")

### Embed Badge

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

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

###  Alternatives

[wireui/wireui

TallStack components

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

An elegantly crafted functional API for Laravel Livewire.

4195.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)
