PHPackages                             flightsadmin/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. [Framework](/categories/framework)
4. /
5. flightsadmin/livewire-crud

ActiveLibrary[Framework](/categories/framework)

flightsadmin/livewire-crud
==========================

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

2.1.1(1y ago)7820.0k↓76.4%30[1 issues](https://github.com/flightsadmin/livewire-crud/issues)MITPHPPHP ^7|^8

Since Jul 21Pushed 1y ago5 watchersCompare

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

READMEChangelog (5)Dependencies (3)Versions (6)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 flightsadmin/livewire-crud
```

Usage
-----

[](#usage)

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

```
php artisan crud:install
```

\*\*This command will perfom below actions:

```
* Compile css/js based on `bootstrap and bootstrap-icons`.
* Run `npm install && run build`
* Flush *node_modules* files from your 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

38

—

LowBetter than 83% of packages

Maintenance40

Moderate activity, may be stable

Popularity42

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity44

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 ~46 days

Total

5

Last Release

527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/523b711178e59be510269001ec8fa1ce3305495b9578aaa53c4e11a179415445?d=identicon)[georgechitechi](/maintainers/georgechitechi)

---

Top Contributors

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

---

Tags

flightsadminlivewire-crud

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

PHPackages © 2026

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