PHPackages                             leicaflorian/pimp\_my\_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. [Admin Panels](/categories/admin)
4. /
5. leicaflorian/pimp\_my\_crud

ActiveLibrary[Admin Panels](/categories/admin)

leicaflorian/pimp\_my\_crud
===========================

Artisan commands for creating CRUD views and controller.

1.0.5(3y ago)157MITPHPPHP ^8.0.2

Since Feb 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/leicaflorian/pimp_my_crud)[ Packagist](https://packagist.org/packages/leicaflorian/pimp_my_crud)[ RSS](/packages/leicaflorian-pimp-my-crud/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

Pimp My CRUD
============

[](#pimp-my-crud)

Laravel artisan command for easily generating CRUD views and controller with all necessary code.

- [Installation](#installation)
- [Usage](#usage)
    - [Views](#views)
        - [Arguments](#arguments)
        - [Options](#options)
    - [Controller](#controller)
        - [Arguments](#arguments-1)
        - [Options](#options-1)

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

[](#installation)

Install package via composer

```
composer require --dev "leicaflorian/pimp_my_crud"
```

Usage
-----

[](#usage)

Before using the command, you have to generate the necessary models and migrate the database because the command will use the database schema to generate the views and controller.

### Views

[](#views)

`php artisan pmc:views [options] [--] `

#### Arguments

[](#arguments)

- `resource`: Name of the resource, in lowercase, plural, e.g. "posts. This can be nested in a subfolder, e.g. "admin/posts"

#### Options

[](#options)

- `--only`: Only create the specified views, separated by comma. Available values are "index", "edit", "create" and " show"
- `--wysiwyg`: Add a wysiwyg editor to the edit and create views
- `--force`: Overwrite existing views
- `--model`: Manually specify the model name. \[Default: resource name in PascalCase, singular\]

```
php artisan pmc:views posts
php artisan pmc:views posts --only=index,edit
php artisan pmc:views posts --only=index,edit --force
php artisan pmc:views posts --wysiwyg --force
php artisan pmc:views language-lines --model=Language
```

### Controller

[](#controller)

`php artisan pmc:controller [options] [--] `

#### Arguments

[](#arguments-1)

- `resource`: Name of the resource, in lowercase, plural, e.g. "posts. This can be nested in a subfolder, e.g. "admin/posts"

#### Options

[](#options-1)

- `--force`: Overwrite existing controller
- `--model`: Manually specify the model name. \[Default: resource name in PascalCase, singular\]
- `--controller`: Manually specify the controller name. \[Default: resource name in PascalCase, singular, ending with "Controller"\]

```
php artisan pmc:controller posts
php artisan pmc:controller posts --force
php artisan pmc:controller language-lines --model=Language
php artisan pmc:controller language-lines --controller=Language
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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

Every ~6 days

Total

6

Last Release

1149d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/360da7ac5b29907c4bb4023dcf05190ef0bfdda5ae9f013306d3eaf4aae050c6?d=identicon)[florian.leica](/maintainers/florian.leica)

---

Top Contributors

[![leicaflorian](https://avatars.githubusercontent.com/u/28926112?v=4)](https://github.com/leicaflorian "leicaflorian (17 commits)")

---

Tags

laravelresourcecrud

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/leicaflorian-pimp-my-crud/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)

PHPackages © 2026

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