Laravel 5: Best way to validate form with Javascript

前端 未结 4 754
野趣味
野趣味 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条回答
  •  长发绾君心
    2021-01-04 09:45

    When I'm working with Laravel I use Vue.js and can't be more happy about it for client side validation.
    You can also use something else, just don't use jQuery (anymore), I strongly discourage it.

提交回复
热议问题