PHPackages                             parkash\_suther/auto-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. parkash\_suther/auto-crud-generator

ActiveLibrary

parkash\_suther/auto-crud-generator
===================================

Auto CRUD generator helps to save your time and implement complete CRUD with commands.

02PHP

Since Oct 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ParkashSuther/auto-crud-generator)[ Packagist](https://packagist.org/packages/parkash_suther/auto-crud-generator)[ RSS](/packages/parkash-suther-auto-crud-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Auto CRUD Generator
===================

[](#auto-crud-generator)

### 1. Execute this command to initail

[](#1-execute-this-command-to-initail)

php artisan make:command CustomControllerCommand

### 2. Replace with given file on CustomControllerCommand.php in commands folder

[](#2-replace-with-given-file-on-customcontrollercommandphp-in-commands-folder)

### 3. Register the Custom Command:

[](#3-register-the-custom-command)

```
 Register your custom Artisan command in the app/Console/Kernel.php file:

  protected $commands = [
    \App\Console\Commands\CustomControllerCommand::class,
  ];

```

### 4. Execute this command on terminal

[](#4-execute-this-command-on-terminal)

```
  php artisan custom:controller Accounts --var=title:string --var=bank_id:integer --var=phone:string --var=email:string --var=status:integer --route=accounts

```

Helps
-----

[](#helps)

```
  1. var : var use to add column to database column this will also assing filds to blade, model, and migration with data type.

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

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/2eedf8c91acc105d02429edccd52f809a023b736580f7d0f3883de11448176de?d=identicon)[ParkashSuther](/maintainers/ParkashSuther)

---

Top Contributors

[![ParkashSuther](https://avatars.githubusercontent.com/u/41523939?v=4)](https://github.com/ParkashSuther "ParkashSuther (11 commits)")

### Embed Badge

![Health badge](/badges/parkash-suther-auto-crud-generator/health.svg)

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

PHPackages © 2026

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