Skip to content

simplethings/js-validation-bundle

Repository files navigation

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...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published