https://github.com/foxws/wireuse
Collection of useful Livewire utilities.
https://github.com/foxws/wireuse
blade components concerns foxws laravel library livewire utilities
Last synced: 3 months ago
JSON representation
Collection of useful Livewire utilities.
- Host: GitHub
- URL: https://github.com/foxws/wireuse
- Owner: foxws
- License: mit
- Created: 2024-04-06T18:49:25.000Z (about 2 years ago)
- Default Branch: 3.x
- Last Pushed: 2026-03-16T03:11:53.000Z (3 months ago)
- Last Synced: 2026-03-16T13:58:11.112Z (3 months ago)
- Topics: blade, components, concerns, foxws, laravel, library, livewire, utilities
- Language: PHP
- Homepage: https://github.com/foxws/wireuse/tree/3.x/docs
- Size: 252 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# WireUse
[](https://packagist.org/packages/foxws/wireuse)
[](https://github.com/foxws/wireuse/actions?query=workflow%3Arun-tests+branch%3A3.x)
[](https://github.com/foxws/wireuse/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3A3.x)
[](https://packagist.org/packages/foxws/wireuse)
This packages offers a collection of useful [Livewire](https://livewire.laravel.com/) utilities and components.
## Installation
You can install the package via composer:
```bash
composer require foxws/wireuse
```
Optionally, you can publish the config file with:
```bash
php artisan vendor:publish --tag="wireuse-config"
```
## Usage
This is a selection of the available features:
- [Property Synthesizers](docs/property-synthesizers.md) - Force usage of model route-keys, instead of model ids.
- [Components](docs/component-extensions.md) - Components like `Page` and useful traits.
- [Forms](docs/form-extensions.md) - Traits and extensions for [Livewire Forms](https://livewire.laravel.com/docs/forms).
- [State Objects](docs/state-objects.md) - State objects are based on states that you find, for example, in a VueJS Store.
- [Structure Scout](docs/structure-scout.md) - Supported by [spatie/php-structure-discoverer](https://github.com/spatie/php-structure-discoverer) package, it provides a scout to discover and register components, which also offers benefits such as caching.
- [HTML](docs/laravel-html.md) - Extends Spatie's [laravel-html](https://spatie.be/docs/laravel-html/v3/introduction) to generate HTML using a clean, simple and easy to read API.
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Foxws](https://github.com/foxws)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.