This packages offers a collection of useful Livewire utilities and components.
The full documentation and more information about WireUse, is on our dedicated documentation website.
You can install the package via composer:
composer require foxws/wireuse
Optionally, 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
Page
and useful traits. - HTML - Extends Spatie's laravel-html to generate HTML using a clean, simple and easy to read API.
- State Objects - State objects are based on states that you find, for example, in a VueJS Store.
- Forms - Traits and extensions for Livewire Forms.
- 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.
Please checkout our documentation for more information.
composer test
Please 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.