livewire-components / general-components
crud general components by livewire
1.0.0
2022-12-08 10:18 UTC
Requires
- livewire/livewire: ^2.10
README
Introduction
General (index ,create ,update ,delete) by livewire.
Installation
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.
Build With
Useful Links
Official Laravel Livewire Documentation
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.