c33s / form-extra-bundle
Symfony Form Extra Bundle - no html5 validation extension in development & testing
2.1.2
2022-03-22 12:47 UTC
Requires
- symfony/form: ^3.3|^4.0|^5.0
Suggests
- doctrine/orm: 2.6.*
- vich/uploader-bundle: 1.8.*
This package is auto-updated.
Last update: 2024-11-17 03:54:18 UTC
README
currently only consisting of:
- Html5 No-Validation Extension from https://stackoverflow.com/a/33827900.
- CustomTypeGuesser for VichImageType and VichFileType
- SortableEntityType
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(),
tobundles.php
in the['dev', 'test']
section- Symfony4:
C33s\Bundle\FormExtraBundle\C33sFormExtraBundle::class => ['dev' => true, 'test' => true],
tobundles.php