crud general components by livewire
livewire-components/general-components is a Laravel package for crud general components by livewire.
It currently has 0 GitHub stars and 28 downloads on Packagist (latest version 1.0.0).
Install it with composer require livewire-components/general-components.
Discover more Laravel packages by livewire-components
or browse all Laravel packages to compare alternatives.
Last updated
General (index ,create ,update ,delete) by livewire.
You have to install Laravel Livewire.
To get started, install package using composer:
composer require livewire-components/general-components
Next, Run install artisan command to publish bootstrap scaffolding to application
This command will update package.json with Bootstrap dependencies, update resources/sass and resources/js, and resources/views with authentication views like login, register, reset password request, layouts files etc.
Official Laravel Livewire Documentation
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.