Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 536 Bytes

File metadata and controls

33 lines (22 loc) · 536 Bytes

Contributing

Thank you for contributing to erag/laravel-datetime-format.

Development Setup

composer install

Code Style

  • Follow existing project conventions.
  • Run formatter before submitting:
vendor/bin/pint --dirty --format=agent

Tests

Run package tests before opening a PR:

php vendor/bin/pest --compact

Pull Request Checklist

  • Clear title and description.
  • Focused changes (one concern per PR).
  • Tests added/updated if behavior changed.
  • Formatting and tests pass.