PHPackages                             shafiulnaeem/crud-operation - 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. [Admin Panels](/categories/admin)
4. /
5. shafiulnaeem/crud-operation

ActivePackage[Admin Panels](/categories/admin)

shafiulnaeem/crud-operation
===========================

User can add easily crud operation

1.1.0(2y ago)151MITPHPPHP &gt;=8.0

Since Dec 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ShafiulNaeem/crud-operation)[ Packagist](https://packagist.org/packages/shafiulnaeem/crud-operation)[ Docs](https://github.com/ShafiulNaeem/crud-operation)[ RSS](/packages/shafiulnaeem-crud-operation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

CRUD Operation
==============

[](#crud-operation)

Table of Contents
-----------------

[](#table-of-contents)

- [Description](#description)
- [Installation](#installation)

Description
-----------

[](#description)

Welcome to the documentation for `CRUD Operation` , a powerful CRUD (Create, Read, Update, Delete) operations generator for Laravel. This package is designed to streamline the process of creating CRUD operations for your models, saving you time and effort in the development process.

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

[](#installation)

👉 To install this package, you'll need to have Laravel version 10 or higher and PHP version 8.0.0 or higher installed on your machine. You can download the latest version of PHP from the official PHP resource: . Ensure your environment meets these requirements before proceeding with the installation.

- Install package:

    ```
       composer require shafiulnaeem/crud-operation

    ```
- Generate CRUD operations for your model effortlessly with the following Artisan command:

    ```
      php artisan add:crud {your-model} {column-type-validationRule}

    ```

    - `{your-model}`: Replace with your desired model name.
    - `{column-type-validationRule}`: Provide a list of columns along with their data types and validation rules.
    - **Example:**```
          php artisan add:crud User name-string-required,email-string-required,password-string-required,age-integer-nullable

        ```

        - This example creates CRUD operations for a `User` model with columns `name`, `email`, `password`, and `age`. Column types and validation rules are specified for each column.
        - **Generated Files:** After running the command, package will generate the following files in your Laravel project:
            1. Model file `app/Models/{YourModel}.php`
            2. Migration file `database/migrations/{timestamp}_create_{your_model_pluralized}_table.php`
            3. Controller file `app/Http/Controllers/{YourModel}Controller.php`
            4. Route entry in `web.php` file
            5. Request file `app/Http/Requests/{YourModel}Request.php`
            6. Blade view files `resources/views/{your_model_pluralized`

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Total

2

Last Release

870d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2923e11867f34cca8f239b441918c6a163fc7c605a44ac3ca858019ead0e1863?d=identicon)[ShafiulNaeem](/maintainers/ShafiulNaeem)

---

Top Contributors

[![ShafiulNaeem](https://avatars.githubusercontent.com/u/49041063?v=4)](https://github.com/ShafiulNaeem "ShafiulNaeem (5 commits)")

---

Tags

crudshafiul naeemCRUD Operation

### Embed Badge

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

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

###  Alternatives

[appzcoder/crud-generator

Laravel CRUD Generator

1.4k581.4k7](/packages/appzcoder-crud-generator)[brackets/admin-generator

Laravel 8 CRUD generator for brackets/craftable

50190.9k](/packages/brackets-admin-generator)[takielias/tablar-crud-generator

Laravel Tablar Crud Generator based on https://github.com/takielias/tablar

315.6k](/packages/takielias-tablar-crud-generator)[andreacivita/api-crud-generator

Simple API Crud generator for Laravel

131.2k](/packages/andreacivita-api-crud-generator)

PHPackages © 2026

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