c33s/form-extra-bundle

Symfony Form Extra Bundle - no html5 validation extension in development & testing

2.1.2 2022-03-22 12:47 UTC

README

currently only consisting of:

Compatibility

  • Branch 1.x is for Symfony 2.8 - 3.2 (maybe even lower symfony versions. haven't tested it)
  • Branch 2.x is for Symfony >= 3.3

Installation

  • composer require c33s/form-extra-bundle add the following, according your directory structure, to your project:

  • Symfony3: new C33s\Bundle\FormExtraBundle\C33sFormExtraBundle(), to bundles.php in the ['dev', 'test'] section

  • Symfony4: C33s\Bundle\FormExtraBundle\C33sFormExtraBundle::class => ['dev' => true, 'test' => true], to bundles.php