Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fintech-systems/livewire-standalone-testing
https://github.com/fintech-systems/livewire-standalone-testing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fintech-systems/livewire-standalone-testing
- Owner: fintech-systems
- License: mit
- Created: 2023-02-19T08:15:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T16:40:26.000Z (about 1 year ago)
- Last Synced: 2024-10-12T18:41:15.423Z (3 months ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.