A livewire CRUD Generator for tailwind and bootstrap 4!
- Install with
composerby runining the commandcomposer require dainsys/livewire-generator --dev
- Run artisan command
php artisan make:livewire-crudorphp artisan livewire-crud:make. This command requires the model name to be associated to the crud. - If you are using bootstrap and jquery as your front end, run the command with the
--preset=bootstrapoption. - If your models live in a different folder than
App\Modelsyou can pass that directory route with the option--models-dir=App. - Use the
--forceoption to override any existing file.