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

ActiveLibrary

kemboielvis/laravel-crud-generator
==================================

A laravel CRUD generator

v1.3.1(1y ago)3547MITPHPPHP ^8.0

Since Jul 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kemboi22/laravelcrudgenerator)[ Packagist](https://packagist.org/packages/kemboielvis/laravel-crud-generator)[ GitHub Sponsors](https://github.com/kemboi22)[ RSS](/packages/kemboielvis-laravel-crud-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (6)Versions (7)Used By (0)

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

[](#laravel-crud-generator)

This package is a Laravel CRUD generator that will generate CRUD code for you simply. This package will reduce the time to create a module in Laravel.

It generates the following code:

- Model
- Controller
- Store and Update Request
- Resource

Installation
============

[](#installation)

1. Run

```
composer require kemboielvis/laravel-crud-generator --dev
```

2. To generate Code for specefic model

    > The model name should be inside the `App/Models` Directory

    > For the CRUD to be generated fill out the fillables then run the command below

```
php artisan crud:generate {ModelName}
```

3. Generate code for all model in `App/Models/**`> For the crud to be generated fill out all the fillables then run the command below

    ```
    php artisan crud:generate
    ```

The code will be generated in the following directories:

- Controllers: `App/Http/Controllers`
- StoreRequest: `App/Http/Requests/{ModelName}/StoreRequest.php`
- UpdateRequest: `App/Http/Requests/{ModelName}/UpdateRequest.php`
- Resource: `App/Http/Resources/{ModelName}/{ModelName}Resource.php`

Warning
-------

[](#warning)

When using this code generator you should be careful because it will overwrite the existing files and written code

License
=======

[](#license)

The Laravel CRUD Generator is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

For new Features and Bugs and Suggestions
=========================================

[](#for-new-features-and-bugs-and-suggestions)

If you have any new features or bugs you can create an issue or create a pull request.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance43

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Recently: every ~48 days

Total

6

Last Release

457d ago

### Community

Maintainers

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

---

Top Contributors

[![kemboi22](https://avatars.githubusercontent.com/u/85908528?v=4)](https://github.com/kemboi22 "kemboi22 (57 commits)")

---

Tags

crudgeneratorlaravellaravel-api

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)

PHPackages © 2026

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