PHPackages                             eraufi/crud - 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. eraufi/crud

AbandonedLibrary[Framework](/categories/framework)

eraufi/crud
===========

A package for generating CRUD operations in Laravel

172PHP

Since Sep 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ERaufi/CRUD-Generator)[ Packagist](https://packagist.org/packages/eraufi/crud)[ RSS](/packages/eraufi-crud/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#laravel-crud-generator-package)

[![CRUD Example](https://camo.githubusercontent.com/b60f61589edd782c937c2fda634dd983c8631b239e53be58d2e3f5e6f36043d6/68747470733a2f2f796f75722d696d6167652d75726c2e636f6d2f637275642d6578616d706c652e706e67)](https://camo.githubusercontent.com/b60f61589edd782c937c2fda634dd983c8631b239e53be58d2e3f5e6f36043d6/68747470733a2f2f796f75722d696d6167652d75726c2e636f6d2f637275642d6578616d706c652e706e67)

This Laravel package allows you to **easily generate CRUD (Create, Read, Update, Delete) operations** for a model based on an existing database table.

Features
--------

[](#features)

- ✨ Generates CRUD operations for a given model and database table.
- 🖥️ Optional view generation with support for educational purposes (adds comments).
- 🛠️ Flexible customization options.
- 🎥 [Demo Video](your-youtube-link-here) (Replace with your YouTube link)

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

[](#installation)

You can install this package via Composer:

```
composer require eraufi/crud
```

Then in app\\Console\\Kernel.php add these lines of code

```
    use Eraufi\Crud\GenerateCRUDCommand;

    protected $commands = [
        GenerateCRUDCommand::class,
    ];
```

Usage To generate CRUD operations for a model, use the following command:

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

Replace {model} with the name of the model you want to generate CRUD operations for.

Options --generateView: Generates views for the CRUD operations. (Optional) --isEducationl: Adds comments for educational purposes. (Optional) Example

```
php artisan crud:generate Post
```

Requirements Laravel &gt;= 5.6 PHP &gt;= 7.1 Configuration No additional configuration is required after installing the package.

Contributing Contributions are welcome! Please read CONTRIBUTING.md for details.

License This package is open-sourced software licensed under the MIT license. See the LICENSE file for details.

Author Mohammad Edris Raufi GitHub: Your GitHub Profile Acknowledgments

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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/f167d849c65c9cea9adf6e7c9a7b2bc2d785c85cd1cd483dec877fb6bc7a51e9?d=identicon)[ERaufi](/maintainers/ERaufi)

---

Top Contributors

[![ERaufi](https://avatars.githubusercontent.com/u/79995615?v=4)](https://github.com/ERaufi "ERaufi (14 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M191](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M256](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M592](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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