A livewire CRUD Generator for tailwind and bootstrap 4!
composer
by runining the command composer require dainsys/livewire-generator --dev
php artisan make:livewire-crud
or php artisan livewire-crud:make
. This command requires the model name to be associated to the crud.--preset=bootstrap
option.App\Models
you can pass that directory route with the option --models-dir=App
.--force
option to override any existing file.