Skip to content
Bilal Gültekin edited this page Jul 30, 2015 · 3 revisions

Laravalid

Laravel Validation For Client Side

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
Clone this wiki locally