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

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

kepex/laravel-crud-generator
============================

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

v0.1.8(7y ago)10216.7k↓50%41[5 issues](https://github.com/kEpEx/laravel-crud-generator/issues)MITPHPPHP &gt;=5.5.9

Since Dec 26Pushed 7y ago12 watchersCompare

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

READMEChangelog (9)Dependencies (1)Versions (14)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

### Installing

[](#installing)

```
php composer.phar require kepex/laravel-crud-generator

```

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)

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

```

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

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96% 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 ~138 days

Recently: every ~273 days

Total

9

Last Release

2686d ago

### Community

Maintainers

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

---

Top Contributors

[![kEpEx](https://avatars.githubusercontent.com/u/1455401?v=4)](https://github.com/kEpEx "kEpEx (48 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/kepex-laravel-crud-generator/health.svg)

```
[![Health](https://phpackages.com/badges/kepex-laravel-crud-generator/health.svg)](https://phpackages.com/packages/kepex-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)
