2017 © Pedro Peláez
 

symfony-bundle html-form-validation-bundle

Easily disable HTML5 validation errors.

image

trsteel/html-form-validation-bundle

Easily disable HTML5 validation errors.

  • Tuesday, January 5, 2016
  • by trsteel88
  • Repository
  • 1 Watchers
  • 2 Stars
  • 16,806 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

Easily disable HTML5 validation errors., (*1)

Add the following lines to the deps file:, (*2)

[TrsteelHtmlFormValidationBundle]
    git=http://github.com/trsteel88/TrsteelHtmlFormValidationBundle.git
    target=/bundles/Trsteel/HtmlFormValidationBundle

Update your vendors by running:, (*3)

$ php ./bin/vendors

Add the Trsteel namespace to your autoloader., (*4)

<?php
// app/autoload.php

$loader->registerNamespaces(array(
    'Trsteel' => __DIR__.'/../vendor/bundles',
    // your other namespaces
));

Add the bundle to the application kernel., (*5)

php <?php // app/AppKernel.php public function registerBundles() { if (in_array($this->getEnvironment(), array('dev', 'test'))) { // ... $bundles[] = new Trsteel\HtmlFormValidationBundle\TrsteelHtmlFormValidationBundle(); // ... } }, (*6)

The Versions

05/01 2016

dev-master

9999999-dev

Easily disable HTML5 validation errors.

  Sources   Download

MIT

The Requires

 

by Trent Steel

validation html5 w3c