Asp.Net Unobtrusive validation & Ajax Support for Laravel
Many might have used validation provided by the Laravel framework. No doubt, it's a good one. Others might have used Asp.Net MVC framework and its attributes to provide client-side and server side-validation. It's very easy. What I've tried to do is to use the JavaScript Library (JQuery Unobtrusive Validation) into a Laravel Project. The model defines the rules from each properties of the model, the validator just takes care of server side as well as the client side validation. What you have to do, just include the validation JavaScript scripts into the form. That's all. Hope you will find it useful in every sense.
##Features
a. Asp.Net Unobtrusive Client Side Validation support
b. Server Side & Client side validation with plug and play feature (autoload)
c. Ajax links & ajax form submit (will be added in due course)
d. Artisan make:aspnetmodel & make:aspnetvalidator commands for generating the validator and the model.
Documentation for the validator will be released shortly. Currently, the example can provide the insight.(Inside the examples folder)
If you discover a security vulnerability within Laravel, please send an e-mail to Sujip Maharjan at elitexp2013@gmail.com. All security vulnerabilities will be promptly addressed.