Skip to content

PoojaJadav/livewire-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Livewire CRUD

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published