-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Bilal Gültekin edited this page Jul 30, 2015
·
3 revisions
This package makes validation rules defined in laravel work client-side by converting to html/js plugins such as jquery validation. It also allows to use laravel validation messages so you can show same messages for both sides.
Feature Overview
- Multi-Plugin Support //For now, there is just one :)
- Jquery Validation
- Extendible
- Laravel form builder based
- Validation rules can be set from controller
- Distinguishing between numeric input and string input
- User friendly input names
- Remote rules such as unique and exists