PHPackages                             thilagaraja/laravelcurdmvc - 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. thilagaraja/laravelcurdmvc

ActiveLibrary[Framework](/categories/framework)

thilagaraja/laravelcurdmvc
==========================

016PHP

Since Mar 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thilakace/laravelcrudmvc)[ Packagist](https://packagist.org/packages/thilagaraja/laravelcurdmvc)[ RSS](/packages/thilagaraja-laravelcurdmvc/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-dynamic-crud-operation
==============================

[](#laravel-dynamic-crud-operation)

[![Author](https://camo.githubusercontent.com/97b62dfcd465902aac497d47e4a66ea5e4738479f3c7c957045c2f1226351ddd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f417574686f722d5468696c61676172616a612d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/thilakace)

Description about package
-------------------------

[](#description-about-package)

- This package is useful for Developers to easily create a CRUD (Create, Read, Update, Delete) for API Integration.
- Below are the command to use this feature.

```
composer require thilagaraja/laravelcurdmvc
composer require intervention/image

```

System require
--------------

[](#system-require)

- PHP
- Laravel
- MySQL

add below in config/app.php
---------------------------

[](#add-below-in-configappphp)

- under the provide

```
Thilagaraja\Laravelcurdmvc\LaravelCurdMvcProvider::class

```

- under the allases

```
 'Input' => Illuminate\Support\Facades\Request::class,

```

Need to disable csrf
--------------------

[](#need-to-disable-csrf)

- App\\Http\\Middleware\\VerifyCsrfToken.php

```
    protected $except = [
        'webhook/*', // Disable CSRF protection for routes matching the "webhook/*" pattern
    ];

```

- install below package for the following error =&gt; class 'form' not found

```
composer require laravelcollective/html

```

CRUD Operation API's
====================

[](#crud-operation-apis)

Step 1 : Master API for module creation
---------------------------------------

[](#step-1--master-api-for-module-creation)

- API Name :
- Method : POST
- payload :

```
{
  "module" : "module name here",
  "fields" : [
      {
        "column" : "email",
        "date_type" : "string",
        "required" : true,
        "unique" : true
      },
      {
        "column" : "image",
        "date_type" : "string"
      }
    ]
}

```

- Data types : string, integer, date, dateTime, bigInteger
- See the json file all data types [Sample Payload](https://github.com/thilakace/laravelcrudmvc/blob/master/sample_module_create.json)
- This package will create one master table in your project for unique module validation. The table name is crud\_master and avatar table for image upload.
- If you want to image column on module, you need to specify column name as 'image'. So it automatically consider as file upload.
- And each module has an seperate table.

Step 2 : Run migration for table creation
-----------------------------------------

[](#step-2--run-migration-for-table-creation)

- After run the master module api, below file will be created automatically in your project folder
    - Migration file, Controller file, Module File and routes on web.php file.
    - Need to run following command

    ```
    php artisan migrate

    ```
- As of now we have only create table migration. If you want to alter table You can manually update the migration file as usual.

Step 3 : Use the API End points
-------------------------------

[](#step-3--use-the-api-end-points)

- Now you can download the postman collection for CRUD Operation [Download Collection](https://github.com/thilakace/laravelcrudmvc/blob/master/Laravel-crud-mvc-collection.json)
- API End Points
    - List Api : GET : [http://localhost:8000/webhook/module\_name](http://localhost:8000/webhook/module_name)
    - Store Api : POST : [http://localhost:8000/webhook/module\_name](http://localhost:8000/webhook/module_name)
    - Edit Api : GET : [http://localhost:8000/webhook/module\_name/4/edit](http://localhost:8000/webhook/module_name/4/edit) // =&gt; 4 is primary ID of the table
    - Update Api : PUT : [http://localhost:8000/webhook/module\_name/4](http://localhost:8000/webhook/module_name/4)
    - Delete Api : DELETE : [http://localhost:8000/webhook/module\_name/4](http://localhost:8000/webhook/module_name/4)
    - Status Change : GET : [http://localhost:8000/webhook/module\_name/4/{param}/status](http://localhost:8000/webhook/module_name/4/%7Bparam%7D/status) // {param} 1 is Active, 0 is InActive, 2 is Delete

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

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

---

Top Contributors

[![thilakace](https://avatars.githubusercontent.com/u/11625131?v=4)](https://github.com/thilakace "thilakace (16 commits)")

### Embed Badge

![Health badge](/badges/thilagaraja-laravelcurdmvc/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/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.7M259](/packages/laravel-dusk)[laravel/prompts

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

708181.8M596](/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)
