Skip to content

Contributing

Contributions, issues, and pull requests are welcome.

Repositories

Before opening a PR

  1. Open an issue if the change is large or changes API behavior.
  2. Keep examples and docs in sync with the implementation.
  3. Add or update tests where behavior changes.
  4. Keep Vue and React examples aligned when the frontend API changes.

Local workflow

bash
npm install
npm run dev

For Laravel package work, test changes inside a Laravel + Inertia app where translation sharing can be verified end to end.

What to include

  • clear reproduction steps for bugs
  • expected vs actual behavior
  • small, focused pull requests
  • docs updates for public API changes

MIT License. Copyright Er Amit Gupta