Skip to content

Basic Usage

albertmoreno edited this page Mar 17, 2015 · 47 revisions

Laravel Javascript Validation ships with a simple, convenient facility for configuring rules error messages via the JsValidator facade.

The JsValidator created by the Facade inherits from Laravel Validation, so you can use all methods and procedures that Laravel provides to setup your validations.

Clone this wiki locally