PHPackages                             arnaudtriolet/crudite - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. arnaudtriolet/crudite

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

arnaudtriolet/crudite
=====================

CRUD Generator

04PHP

Since Oct 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/arnaudTriolet/Crudite)[ Packagist](https://packagist.org/packages/arnaudtriolet/crudite)[ RSS](/packages/arnaudtriolet-crudite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

🥕Crudité
========

[](#crudité)

CRUD generator for Laravel
--------------------------

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

### Installation

[](#installation)

Add it in your laravel project

```
composer require arnaudtriolet/crudite
```

Add the service provider to your `config/app.php`

```
    'providers' => [
        ...
            ArnaudTriolet\Crudite\ServiceProvider::class
        ...
    ];
```

Done !

### How to use ?

[](#how-to-use-)

Extend your model with `ArnaudTriolet\Crudite\Model\CRUDModel` **CRUDModel** and add some configuration like this :

```
    @todo
```

Extend your controller with `ArnaudTriolet\Crudite\Controller\CrudController` **CrudController** and add some configuration like this :

```
    @todo
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

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

---

Top Contributors

[![arnaudTriolet](https://avatars.githubusercontent.com/u/66788026?v=4)](https://github.com/arnaudTriolet "arnaudTriolet (9 commits)")

### Embed Badge

![Health badge](/badges/arnaudtriolet-crudite/health.svg)

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

###  Alternatives

[ferdiunal/nova-editable-field

A Laravel Nova package to make fields editable.

104.6k](/packages/ferdiunal-nova-editable-field)

PHPackages © 2026

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