Download the PHP package dainsys/livewire-generator without Composer
On this page you can find all versions of the php package dainsys/livewire-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package livewire-generator
Dainsys Livewire Generator
A livewire CRUD Generator for tailwind and bootstrap 4!
Installation
- Install with
composer
by runining the commandcomposer require dainsys/livewire-generator --dev
Ussage
- Run artisan command
php artisan make:livewire-crud
orphp 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.
All versions of livewire-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/filesystem Version ^7.0||^8.0
illuminate/console Version ^7.0||^8.0
illuminate/support Version ^7.0||^8.0
livewire/livewire Version ^2.0
illuminate/filesystem Version ^7.0||^8.0
illuminate/console Version ^7.0||^8.0
illuminate/support Version ^7.0||^8.0
livewire/livewire Version ^2.0
The package dainsys/livewire-generator contains the following files
Loading the files please wait ....