proengsoft/laravel-jsvalidation
Laravel Javascript Validation observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 83
- Release rhythm 63
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 37.5
- age_days: 4189
- days_rel: 169
- days_push: 103
- n_releases_24m: 5
Adoption not part of the score
1140 stars · 175 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Laravel package that reuses server-side Laravel validation rules, messages, FormRequests, and validators to automatically generate client-side JavaScript validation using the jQuery Validation plugin. It requires no hand-written JavaScript and translates messages via Laravel localization.
Use cases
- validate laravel forms on the client side without writing javascript
- reuse laravel formrequest validation rules in the browser
- generate jquery validation rules from laravel validators
- show localized validation messages in forms
- ajax-validate unique and exists rules client-side
When to choose
- you use Laravel with jQuery-based forms and want DRY validation shared between server and client
- you want validation messages automatically localized from Laravel translation files
- you need AJAX fallback for rules like Unique, Exists, and ActiveURL
When to avoid
- your frontend is a modern SPA (Vue/React) not using jQuery
- you rely on unsupported rules like Present or timezone DateFormat
- you want a framework-agnostic vanilla JS validation solution
Facets
library · maturity active
form-handling frontend-framework web-development frontend php laravel jquery-validation client-side-validation form-request localization php web-server
1 source
- readme: https://github.com/proengsoft/laravel-jsvalidation · fetched 2026-08-28 · 9d837155f6f4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| proengsoft/laravel-jsvalidation | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="proengsoft/laravel-jsvalidation")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem