Require it in composer
composer require 'simplethings/js-validation-bundle=dev-master'and add the bundle into AppKernel
$bundles = array(
//...
new SimpleThings\JsValidationBundle\SimpleThingsJsValidationBundle(),
// ...
);todo...
| Name | Name | Last commit date | ||
|---|---|---|---|---|