Skip to content

Yismen/livewire-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dainsys Livewire Generator

A livewire CRUD Generator for tailwind and bootstrap 4!

Installation

  • Install with composer by runining the command composer require dainsys/livewire-generator --dev

Ussage

  • Run artisan command php artisan make:livewire-crud or php 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=bootstrap option.
  • If your models live in a different folder than App\Models you can pass that directory route with the option --models-dir=App.
  • Use the --force option to override any existing file.

About

A livewire CRUD Generator for tailwind and bootstrap 4!

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published