PHPackages                             eab-dsvenss/php-laravel-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. [Framework](/categories/framework)
4. /
5. eab-dsvenss/php-laravel-crud-generator

ActiveLibrary[Framework](/categories/framework)

eab-dsvenss/php-laravel-crud-generator
======================================

Package for generating CRUD structure for Laravel models

08[2 issues](https://github.com/eab-dsvenss/php-laravel-crud-generator/issues)PHP

Since Apr 23Pushed 8y agoCompare

[ Source](https://github.com/eab-dsvenss/php-laravel-crud-generator)[ Packagist](https://packagist.org/packages/eab-dsvenss/php-laravel-crud-generator)[ RSS](/packages/eab-dsvenss-php-laravel-crud-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

php-laravel-crud-generator
==========================

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

CRUD generator for existing models

Installation
============

[](#installation)

`eab-crudgenerator:install`

Usage
=====

[](#usage)

Configure the models according to the `eab-dsvenss/php-laravel-model-generator`-package.

Each model in the modelgenerator-configfile that should have a crud-structure generated need to have the key `crud` appended to the extras array.

Each model that have translatable content should also be appended with `translatable` in the extras section.

Each translatable model also need to have the following added in a specific model-adjustments file:

```
public $translatable = ['name'];
```

That is it needs to have an instance variable with an array specifying the translatable columns as a value. See [Spatie laravel-translatable](https://github.com/spatie/laravel-translatable#making-a-model-translatable) for details regarding a model and how to make it translatable.

Specify which models to generate CRUD operations for in the config-file `eab-modelconfig` from the *eab-dsvenss:php-laravel-model-generator* package by adding a "crud"-key with value `true` to the modelarray.

Generate CRUD structure
-----------------------

[](#generate-crud-structure)

`eab-crudgenerator:generate --type="backpack"`

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36697891?v=4)[eab-dsvenss](/maintainers/eab-dsvenss)[@eab-dsvenss](https://github.com/eab-dsvenss)

---

Top Contributors

[![eab-dsvenss](https://avatars.githubusercontent.com/u/36697891?v=4)](https://github.com/eab-dsvenss "eab-dsvenss (12 commits)")

### Embed Badge

![Health badge](/badges/eab-dsvenss-php-laravel-crud-generator/health.svg)

```
[![Health](https://phpackages.com/badges/eab-dsvenss-php-laravel-crud-generator/health.svg)](https://phpackages.com/packages/eab-dsvenss-php-laravel-crud-generator)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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