poojajadav/livewire-crud

This will create full livewire CRUD.

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

This package is auto-updated.

Last update: 2024-04-10 20:58:43 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