PHPackages                             galax13a/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. galax13a/crud

ActiveLibrary[Framework](/categories/framework)

galax13a/crud
=============

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

1.0.2(2y ago)039MITPHPPHP ^7|^8

Since May 10Pushed 1y ago1 watchersCompare

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

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

Starcho CRUD Generator Laravel / Livewire v2~
=============================================

[](#starcho-crud-generator-laravel--livewire-v2)

Modificado por Cristhian Ryu / DEV

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 ~9 ~10`. 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 &gt;&gt; Starcho V1.0.2
-------------------------------------

[](#documentation--starcho-v102)

More detailed documentation can ne found at : livewire v2

```
composer require livewire/livewire:^2.12
```

Installation StarchoCRUD
------------------------

[](#installation-starchocrud)

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

```
composer require galax13a/crud
```

Otros Paquetes Usados
---------------------

[](#otros-paquetes-usados)

cybercog/laravel-ban

```
composer require cybercog/laravel-ban
```

laravel/folio

```
composer require laravel/folio
```

laravel/socialite

```
composer require laravel/socialite
```

Usage
-----

[](#usage)

After running `composer require galax13a/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)
- [Cristhian Ryu](https://github.com/galax13a)
- [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

Maintenance33

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

730d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fbeab75b356f31705d2eaab90f528c083a5c89fb2fddfa866365b0e4697d9cb?d=identicon)[cris26](/maintainers/cris26)

---

Top Contributors

[![galax13a](https://avatars.githubusercontent.com/u/1330265?v=4)](https://github.com/galax13a "galax13a (11 commits)")

---

Tags

livewire-crudstarcho crud

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[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)[flightsadmin/livewire-crud

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

7819.3k](/packages/flightsadmin-livewire-crud)[raugadh/fila-starter

Laravel Filament Starter.

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

PHPackages © 2026

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