Javascript Validation Bundle 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...