Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 477 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 477 Bytes

Javascript Validation Bundle

Build Status

Install

Require it in composer

composer require 'simplethings/js-validation-bundle=dev-master'

and add the bundle into AppKernel

$bundles = array(
    //...
    new SimpleThings\JsValidationBundle\SimpleThingsJsValidationBundle(),
    // ...
);

Usage

todo...