Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.