PHPackages                             dfront-br/jetstream-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. dfront-br/jetstream-crud

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

dfront-br/jetstream-crud
========================

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

0.0.8(5y ago)014MITCSSPHP ^7.4|^8.0

Since Jun 24Pushed 5y agoCompare

[ Source](https://github.com/dfront-br/jetstream-crud)[ Packagist](https://packagist.org/packages/dfront-br/jetstream-crud)[ RSS](/packages/dfront-br-jetstream-crud/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (5)Versions (10)Used By (0)

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

[](#livewire-crud-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/08b2e63b1b1adf378c52cbeb3a255f71f683a85542e8a423f3843ca388671198/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4469676974616c66726f6e742f6c697665776972652d637275642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Digitalfront/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://Digitalfront.github.io/#/)

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

[](#installation)

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

```
composer require Digitalfront/livewire-crud
```

Usage
-----

[](#usage)

After running `composer require Digitalfront/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/Digitalfront)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

9

Last Release

1834d ago

PHP version history (2 changes)0.0.1PHP ^7.3|^8.0

0.0.1bPHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d37235019253cdb414cbf49e5cc1740129fc323056120c56a4526d7f0df718a0?d=identicon)[dfront](/maintainers/dfront)

---

Top Contributors

[![thiagodigital](https://avatars.githubusercontent.com/u/86496138?v=4)](https://github.com/thiagodigital "thiagodigital (10 commits)")

---

Tags

laravellivewire-crud

### Embed Badge

![Health badge](/badges/dfront-br-jetstream-crud/health.svg)

```
[![Health](https://phpackages.com/badges/dfront-br-jetstream-crud/health.svg)](https://phpackages.com/packages/dfront-br-jetstream-crud)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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