Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxws/livewire-use
Collection of essential Livewire utilities
https://github.com/foxws/livewire-use
components laravel library livewire
Last synced: 3 months ago
JSON representation
Collection of essential Livewire utilities
- Host: GitHub
- URL: https://github.com/foxws/livewire-use
- Owner: foxws
- License: mit
- Archived: true
- Created: 2023-12-25T17:29:25.000Z (about 1 year ago)
- Default Branch: 3.x
- Last Pushed: 2024-04-11T08:23:51.000Z (9 months ago)
- Last Synced: 2024-09-25T22:23:53.134Z (4 months ago)
- Topics: components, laravel, library, livewire
- Language: PHP
- Homepage: https://foxws.nl/projects/wireuse
- Size: 146 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# LivewireUse
[![Latest Version on Packagist](https://img.shields.io/packagist/v/foxws/livewire-use.svg?style=flat-square)](https://packagist.org/packages/foxws/livewire-use)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/foxws/livewire-use/run-tests.yml?branch=3.x&label=tests&style=flat-square)](https://github.com/foxws/livewire-use/actions?query=workflow%3Arun-tests+branch%3A3.x)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/foxws/livewire-use/fix-php-code-style-issues.yml?branch=3.x&label=code%20style&style=flat-square)](https://github.com/foxws/livewire-use/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3A3.x)
[![Total Downloads](https://img.shields.io/packagist/dt/foxws/livewire-use.svg?style=flat-square)](https://packagist.org/packages/foxws/livewire-use)Collection of essential Livewire Utilities.
## Deprecated
This package has been split into two packages:
-
-For more information, see the following [announcement](https://github.com/foxws/wireuse/discussions/2).
## Installation
You can install the package via composer:
```bash
composer require foxws/livewire-use
```You can publish the config file with:
```bash
php artisan vendor:publish --tag="livewire-use-config"
```Optionally, you can publish the views using
```bash
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](https://github.com/francoism90/hub) as a reference.
## 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.