foxws / wireuse
Collection of useful Livewire utilities
Fund package maintenance!
foxws
Installs: 5 848
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.2
- artesaos/seotools: ^1.3
- illuminate/cache: ^10.0|^11.0
- illuminate/contracts: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- illuminate/view: ^10.0|^11.0
- laravel/scout: ^10.0|^11.0
- livewire/livewire: ^3.4
- spatie/laravel-package-tools: ^1.16.5
Requires (Dev)
- blade-ui-kit/blade-icons: ^1.6.0
- larastan/larastan: ^2.9
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0
- pestphp/pest: ^2.34.4
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.3
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan-deprecation-rules: ^1.1.4
- phpstan/phpstan-phpunit: ^1.3.16
- spatie/laravel-html: ^3.11
- spatie/laravel-model-states: ^2.7
- spatie/laravel-ray: ^1.35.1
- spatie/php-structure-discoverer: ^2.1
- 3.x-dev
- v2.7.3
- v2.7.2
- v2.7.1
- v2.7.0
- v2.6.1
- v2.6.0
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.1
- v2.4.0
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.1
- v2.2.0
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-code-refactor
This package is auto-updated.
Last update: 2024-11-01 12:55:32 UTC
README
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.
Installation
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"
Usage
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.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.