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. pacgen/crud-generator

ActiveLibrary

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 1mo ago

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 54% of packages

Maintenance35

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

603d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b974f2034ce727e33bb91356a0793bdc587c1cbe33b6290fa21fbb11431ec2d?d=identicon)[Khabweri](/maintainers/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

[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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