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.
Require this package with composer using the following command:
composer require poojajadav/livewire-crud
To get started, let's create CRUD from scratch:
php artisan livewire:crud Flight
It'll generate model, factory, migration, seeder, controller, policy, view blade files, livewire components / views and route register on web.php.
If you need to overwrite the stubs, then you can publish them using the vendor:publish Artisan command:
php artisan livewire-crud:stubs
- Stub created by rj chauhan