Thank you for considering contributing to the Laravel Cloudflare SDK!
- Fork and clone the repository.
- Install dependencies:
composer install --ignore-platform-reqs --no-security-blocking
- Run tests:
vendor/bin/phpunit
- Run static analysis:
vendor/bin/phpstan analyse
- Apply code styling:
vendor/bin/pint
- Ensure the test suite passes 100%.
- Maintain 100% test coverage for new endpoints or features.
- Update
FUNCTIONS.mdandENDPOINTS.mdif exposing new methods or endpoints. - Submit your pull request against the
mainormasterbranch.