Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fintech-systems/livewire-standalone-testing


https://github.com/fintech-systems/livewire-standalone-testing

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Laravel Livewire Standalone Testing

[![Latest Version on Packagist](https://img.shields.io/packagist/v/fintechsystems/livewire-standalone-testing.svg?style=flat-square)](https://packagist.org/packages/fintechsystems/livewire-standalone-testing)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/fintech-systems/livewire-standalone-testing/run-tests.yml?branch=main&label=tests)](https://github.com/fintech-systems/livewire-standalone-testing/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/fintech-systems/livewire-standalone-testing/php-cs-fixer.yml?branch=main&label=code%20style)](https://github.com/fintech-systems/livewire-standalone-testing/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/fintechsystems/livewire-standalone-testing.svg?style=flat-square)](https://packagist.org/packages/fintechsystems/livewire-standalone-testing)

Boilerplate for Laravel Livewire Standalone component testing. Copied from Spatie's Laravel Livewire Wizard and stripped down to the bare bones.

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Credits

- [Eugene van der Merwe](https://github.com/eugenevdm)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.