poojajadav / livewire-crud
This will create full livewire CRUD.
Requires
- php: ^7.2|^8.1
- illuminate/support: ~5|~6|~7|~8|~9
- laravel/helpers: 1.x-dev
- symfony/http-kernel: ^5.0|^6.0
Requires (Dev)
- laravel/framework: ^7.0|^8.0|^9.0
- mockery/mockery: ^1.1
- orchestra/testbench: ~3|~4|~5|~6
- phpunit/phpunit: ^9.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-03-10 22:58:58 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
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
- Stub created by rj chauhan