Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
- Fork the project
- Create a new branch
- Code, test, commit and push
- Open a pull request detailing your changes.
- Please ensure the coding style running
composer pcf
. -
- Pull requests should be accompanied by passing tests.
- Please remember ensure you commit to the correct major version, IE v11 for Laravel 11.
Clone your fork, then install the dev dependencies:
composer install
Run php-cs-fixer:
composer pcf
Run all tests:
composer test
Check coverage:
composer test-coverage