756 B
756 B
CONTRIBUTING
Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
Process
- Fork the project
- Create a new branch
- Code, test, commit and push
- Open a pull request detailing your changes.
Guidelines
- 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.
Setup
Clone your fork, then install the dev dependencies:
composer install
PHP CS Fixer
Run php-cs-fixer:
composer pcf
Tests
Run all tests:
composer test
Check coverage:
composer test-coverage