Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 636 Bytes

File metadata and controls

27 lines (18 loc) · 636 Bytes

Contributing

Thank you for considering contributing to the Laravel API Watcher package!

Coding Style

  • Please follow PSR-12 coding standards.
  • Run phpstan analyse before submitting a PR.
  • Ensure all new features are accompanied by tests.

Development Setup

  1. Clone the repository.
  2. Install dependencies: composer install and npm install.
  3. Run tests: composer test.

Pull Requests

  1. Fork the repository.
  2. Create a new feature branch.
  3. Commit your changes.
  4. Push to your branch.
  5. Open a Pull Request.

License

This package is open-sourced software licensed under the MIT license.