PHPackages                             hector345/livewire-crud-vuexy - 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. hector345/livewire-crud-vuexy

ActiveLibrary

hector345/livewire-crud-vuexy
=============================

Scaffold Livewire Componentes, migraciones, fábrica y crud en un solo comando basado en tablas de base de datos

0.0.17(4y ago)010MITPHPPHP ^7.3|^8.0

Since Dec 28Pushed 3y agoCompare

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

READMEChangelogDependencies (3)Versions (13)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 hector345/livewire-crud-vuexy
```

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 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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52% 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 ~37 days

Recently: every ~99 days

Total

12

Last Release

1552d ago

Major Versions

0.0.17 → v1.x-dev2022-02-10

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

flightsadminlivewire-crud

### Embed Badge

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

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

###  Alternatives

[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[flightsadmin/livewire-crud

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

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

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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