PHPackages                             iamchris/livewire-autocrud - 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. iamchris/livewire-autocrud

ActiveLibrary[Framework](/categories/framework)

iamchris/livewire-autocrud
==========================

A Livewire 3 package to generate CRUD scaffolding.

v1.0.0(1y ago)16MITPHPPHP ^8

Since Feb 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/iamchrisdela/livewire-autocrud)[ Packagist](https://packagist.org/packages/iamchris/livewire-autocrud)[ RSS](/packages/iamchris-livewire-autocrud/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Livewire Auto CRUD
==================

[](#livewire-auto-crud)

A Laravel package to generate **Livewire CRUD scaffolding** for your models, similar to Symfony's `make:crud`.

---

Features
--------

[](#features)

- Generates **Livewire components** for CRUD operations (Index, Create, Edit, Show).
- Automatically creates **Blade views** for each component.
- Supports dynamic form generation based on the model's fillable fields.
- Easy to use with a single Artisan command.

---

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

[](#installation)

1. **Install via Composer**: Run the following command in your Laravel project: ```
    composer require iamchris/livewire-autocrud

    ```

Generate CRUD scaffolding for a model:

```
 Publish the Package Configuration (if applicable):

 php artisan vendor:publish --provider="iamchris\LivewireAutoCrud\LivewireAutoCrudServiceProvider"

```

To generate CRUD scaffolding for a model, run:

```

php artisan make:livewire-crud Product

This will create the following:

    Livewire Components:

        Product/Index.php

        Product/Create.php

        Product/Edit.php

        Product/Show.php

    Blade Views:

        resources/views/livewire/product/index.blade.php

        resources/views/livewire/product/create.blade.php

        resources/views/livewire/product/edit.blade.php

        resources/views/livewire/product/show.blade.php

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance46

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

448d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10101f88c12fbf3a4d05d5b17661ffeaeec508bab711390eac092eaeb2316f82?d=identicon)[jlight](/maintainers/jlight)

---

Top Contributors

[![iamchrisdela](https://avatars.githubusercontent.com/u/199360418?v=4)](https://github.com/iamchrisdela "iamchrisdela (8 commits)")

---

Tags

laravellivewirelivewire-package

### Embed Badge

![Health badge](/badges/iamchris-livewire-autocrud/health.svg)

```
[![Health](https://phpackages.com/badges/iamchris-livewire-autocrud/health.svg)](https://phpackages.com/packages/iamchris-livewire-autocrud)
```

###  Alternatives

[mhmiton/laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.

236409.6k9](/packages/mhmiton-laravel-modules-livewire)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)

PHPackages © 2026

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