Contributing
Contributions, issues, and pull requests are welcome.
Repositories
- Laravel backend package: eramitgupta/laravel-lang-sync-inertia
- Documentation branch: eramitgupta/laravel-lang-sync-inertia/tree/docs
- Frontend package: eramitgupta/lang-sync-inertia
Before opening a PR
- Open an issue if the change is large or changes API behavior.
- Keep examples and docs in sync with the implementation.
- Add or update tests where behavior changes.
- Keep Vue and React examples aligned when the frontend API changes.
Local workflow
bash
npm install
npm run devFor 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