c33s/form-extra-bundle
Composer 安装命令:
composer require c33s/form-extra-bundle
包简介
Symfony Form Extra Bundle - no html5 validation extension in development & testing
README 文档
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-bundleadd the following, according your directory structure, to your project:Symfony3:
new C33s\Bundle\FormExtraBundle\C33sFormExtraBundle(),tobundles.phpin the['dev', 'test']section- Symfony4:
C33s\Bundle\FormExtraBundle\C33sFormExtraBundle::class => ['dev' => true, 'test' => true],tobundles.php
统计信息
- 总下载量: 249
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-05