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

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

ldavidsp/livewire-crud
======================

Scaffold Livewire Components, migrations, factory and crud in one command based on database tables

v1.0.0(4y ago)010MITPHPPHP ^7.3|^8.0

Since Dec 28Pushed 4y agoCompare

[ Source](https://github.com/ldavidsp/livewire-crud)[ Packagist](https://packagist.org/packages/ldavidsp/livewire-crud)[ Docs](https://github.com/flightsadmin/livewire-crud)[ RSS](/packages/ldavidsp-livewire-crud/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (10)Used By (0)

Livewire Crud Generator
=======================

[](#livewire-crud-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f21b318ccaef7c9dd0c975a6a463691979ca81dac20a45e53831b814f6360cd0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c696768747361646d696e2f6c697665776972652d637275642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flightsadmin/livewire-crud)

A livewire CRUD Generation package to help scaffold basic site files. Package is autoloaded as per PSR-4 autoloading in any laravel version `^5.6` so no extra config required. However is has been tested on version `^7 & ^8`. It uses ***auth*** middleware thus installs `laravel/ui` just incase you don't have any other auth mechanism, this does not mean you have to use `laravel/ui`.

Documentation
-------------

[](#documentation)

More detailed documentation can ne found at [livewire-crud](https://flightsadmin.github.io/#/)

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

[](#installation)

You can install the package via [Composer](https://getcomposer.org/):

```
composer require ldavidsp/livewire-crud
```

Usage
-----

[](#usage)

After running `composer require ldavidsp/livewire-crud` command just run:

```
php artisan crud:install
```

\*\*This command will perfom below actions:

```
* Compile css/js based on `bootstrap and fontawesome/free`.
* Run `npm install && run dev`
* Flush *node_modules* files from you folder.

```

If you choose to scaffold authentication this command will run `php artisan ui:auth`to generate Auth scaffolds using `laravel/ui` package. You can skip this step if your app has authentication already.

Then generate Crud by:

```
php artisan crud:generate {table-name}
```

\*\*This command will generate:

```
* Livewire Component.
* Model.
* Views.
* Factory.

```

\*\*Remember to customise your genertaed factories and migrations if you need to use them later

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [George Chitechi](https://github.com/flightsadmin)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~26 days

Recently: every ~53 days

Total

9

Last Release

1746d ago

Major Versions

0.0.14 → v1.0.02021-07-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f3a8af21bab573564ef9d8c6653f4e8d5fe360b6ef629a750dc641b1351ea1a?d=identicon)[ldavidsp](/maintainers/ldavidsp)

---

Top Contributors

[![slzno](https://avatars.githubusercontent.com/u/44006503?v=4)](https://github.com/slzno "slzno (3 commits)")[![georgechitechi](https://avatars.githubusercontent.com/u/52364198?v=4)](https://github.com/georgechitechi "georgechitechi (1 commits)")

---

Tags

flightsadminlivewire-crud

### Embed Badge

![Health badge](/badges/ldavidsp-livewire-crud/health.svg)

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[mettle/sendportal

SendPortal. Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.

2.1k4.3k](/packages/mettle-sendportal)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[flightsadmin/livewire-crud

Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.

7819.3k](/packages/flightsadmin-livewire-crud)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)

PHPackages © 2026

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