poojajadav/livewire-crud

This will create full livewire CRUD.

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/poojajadav/livewire-crud

dev-main 2022-10-10 17:33 UTC

This package is auto-updated.

Last update: 2025-10-11 00:06:32 UTC


README

Introduction

Livewire crud is a beautiful command for generating CRUD. It will create model, factory, migration, seeder, controller, policy, view blade files, livewire components / views and route register on web.php 🚀

Livewire crud is designed using Tailwind CSS , Livewire in laravel application.

Installation

Require this package with composer using the following command:

composer require poojajadav/livewire-crud

Usage

To get started, let's create CRUD from scratch:

php artisan livewire:crud Flight

img.png

It'll generate model, factory, migration, seeder, controller, policy, view blade files, livewire components / views and route register on web.php.

Publish Stubs

If you need to overwrite the stubs, then you can publish them using the vendor:publish Artisan command:

php artisan livewire-crud:stubs

Support