repocrypts / Validator

Client-side javascript validator library ports from Laravel 5.2
MIT License
46 stars 22 forks source link

Return data #42

Open lesichkovm opened 2 years ago

lesichkovm commented 2 years ago

Is it possible to return data, that can be used later?

For example if as part of the validation I call the database to check if a record exists, is it possible to return the data, so that not query the database twice