foxws / wireuse
Collection of useful Livewire utilities
Fund package maintenance!
foxws
Installs: 7 040
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^8.2
- 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.6
Requires (Dev)
- artesaos/seotools: ^1.3
- 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.8.3
- v2.8.2
- v2.8.1
- v2.8.0
- 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-feat-php84
This package is auto-updated.
Last update: 2025-01-05 14:34:29 UTC
README
This packages offers a collection of useful Livewire utilities and components.
Documentation is available 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. - 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.
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.