Laravel 5: Best way to validate form with Javascript

前端 未结 4 756
野趣味
野趣味 2021-01-04 09:05

I want to validate forms in the client side in Laravel. It\'s there any easy way to do it?

4条回答
  •  Happy的楠姐
    2021-01-04 09:34

    Laravel 5 Javascript Validation not working with Laravel 5.3 for now. You will get a "Method [getFiles] does not exist." error, you can sort it out by follow this issue https://github.com/proengsoft/laravel-jsvalidation/issues/190

    Also it doesn't work for array validation as it is new in Laravel 5.3

提交回复
热议问题