foxws / livewire-use
Collection of essential Livewire utilities
Fund package maintenance!
foxws
Installs: 2 030
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: ^8.2
- artesaos/seotools: ^1.3
- illuminate/contracts: ^10.0|^11.0
- laravel/scout: ^10.0|^11.0
- livewire/livewire: ^3.4
- spatie/laravel-model-states: ^2.7
- spatie/laravel-package-tools: ^1.16.3
- spatie/php-structure-discoverer: ^2.1
Requires (Dev)
- laravel/pint: ^1.14.0
- nunomaduro/collision: ^8.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-ray: ^1.35.1
README
Collection of essential Livewire Utilities.
Deprecated
This package has been split into two packages:
For more information, see the following announcement.
Installation
You can install the package via composer:
composer require foxws/livewire-use
You can publish the config file with:
php artisan vendor:publish --tag="livewire-use-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="livewire-use-views"
Usage
This package is still under construction. We hope to publish the documentation as soon as possible.
For now you can use the Hub project as a reference.
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.