I want to validate forms in the client side in Laravel. It\'s there any easy way to do it?
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.