simplethings/js-validation-bundle

This bundles provides JS-Validation for Symfony2

Installs: 415

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/simplethings/js-validation-bundle

dev-master 2017-02-06 11:02 UTC

This package is auto-updated.

Last update: 2025-09-11 04:27:32 UTC


README

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