Contributions are welcome! Please follow these guidelines.
git clone https://github.com/moneo/laravel-markdown-for-agents.git
cd markdown-for-agents
composer installThis project uses Laravel Pint for code style and PHPStan at level 8 for static analysis.
# Fix code style
vendor/bin/pint
# Run static analysis
vendor/bin/phpstan analyse
# Run tests
vendor/bin/phpunit- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Write tests for your changes
- Ensure all tests pass and code style/static analysis are clean
- Commit your changes
- Push to your fork and open a pull request
All tests must mock HTTP responses. Never hit real Cloudflare APIs in tests.
vendor/bin/phpunit