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

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

zmon/laravel-crud-generator-zmon
================================

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

0368PHP

Since Jan 5Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Modified version of  for Savage Soft projects.
===============================================================================================

[](#modified-version-of-httpsgithubcomkepexlaravel-crud-generator-for-savage-soft-projects)

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

[](#laravel-crud-generator)

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

### Installing

[](#installing)

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

```

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

```
CrudGenerator\CrudGeneratorServiceProvider::class,

```

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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad9e6a6eb8b3695d1e058af666153f99cdf9390d74985e2d133f6eafb690a8c3?d=identicon)[zmon](/maintainers/zmon)

---

Top Contributors

[![zmon](https://avatars.githubusercontent.com/u/447024?v=4)](https://github.com/zmon "zmon (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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