This packages offers a collection of useful Livewire utilities and components.
You can install the package via composer:
composer require foxws/wireuseOptionally, you can publish the config file with:
php artisan vendor:publish --tag="wireuse-config"This is a selection of the available features:
- Property Synthesizers - Force usage of model route-keys, instead of model ids.
- Components - Components like
Pageand useful traits. - Forms - Traits and extensions for Livewire Forms.
- State Objects - State objects are based on states that you find, for example, in a VueJS Store.
- Structure Scout - Supported by spatie/php-structure-discoverer package, it provides a scout to discover and register components, which also offers benefits such as caching.
- HTML - Extends Spatie's laravel-html to generate HTML using a clean, simple and easy to read API.
composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.