PHPackages                             pacgen/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. [Framework](/categories/framework)
4. /
5. pacgen/crud-generator

ActiveLibrary[Framework](/categories/framework)

pacgen/crud-generator
=====================

Generate CRUD operations for Laravel models with views, controllers, and routes.

v1.0(1y ago)021MITPHPPHP ^7.4 || ^8.0 || ^8.2 || ^8.3

Since Sep 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Khabweri/pacgen-crud-generator)[ Packagist](https://packagist.org/packages/pacgen/crud-generator)[ RSS](/packages/pacgen-crud-generator/feed)WikiDiscussions main Synced yesterday

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

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

[](#laravel-crud-generator)

Laravel CRUD Generator is a package that simplifies the process of generating CRUD (Create, Read, Update, Delete) operations for your Laravel applications this will save you a lot of your time so you can concentrate on important things for your development.

Installation
------------

[](#installation)

You can install the package via Composer.

### For Laravel 8.x or later

[](#for-laravel-8x-or-later)

Run the following command to require the package:

```
composer require pacgen/crud-generator

## To generate CRUD
php artisan crud:generate ModelName

This command will generate:
A model with migration
A controller with all resourceful methods
Views (index, create, edit, show)
Routes for the CRUD operations

Configuration
However, you can customize the generated views and controllers as needed for your application. also you need to manually import the Model class in the controller

Contributing
If you find this project helpful and want to support its development, you can donate via:
- **[PayPal] email(andrewkhabweri@gmail.com)**: You can donate securely via PayPal.

Your contributions will help in maintaining and improving this project. Thank you for your support!

License
The Laravel CRUD Generator is open-source software licensed under the MIT license.
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

648d ago

### Community

Maintainers

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

---

Top Contributors

[![Khabweri](https://avatars.githubusercontent.com/u/114258686?v=4)](https://github.com/Khabweri "Khabweri (62 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M885](/packages/laravel-socialite)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M150](/packages/laravel-mcp)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)[api-platform/laravel

API Platform support for Laravel

58170.8k14](/packages/api-platform-laravel)

PHPackages © 2026

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