If the validation is server side, you don't need any library, just use Laravel validation process.
https://laravel.com/docs/11.x/validation
If you want to validate client side, you can use this package.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I added element-plus on laravel/vue site and now search what can be used data data validation of my form, including images uploading or checking unique value for some table.fieldname. I mean some checking must be made on server sisde.
I found vee-validate library, but I did not find if it can make validation on server side?
Can you please advice, what library better to use ?
I remember when I worked in laravel project with jquery several years ago I used proengsoft/laravel-jsvalidation library - which made validation with editor reloading like client-side library...
Are there something like this nowadays ?
Thanks in advance!
Please or to participate in this conversation.