avtonom/form-helper-error-bundle
Composer 安装命令:
composer require avtonom/form-helper-error-bundle
包简介
Symfony form error message text
关键字:
README 文档
README
Page bundle: https://github.com/Avtonom/form-helper-error-bundle
composer.phar require avtonom/form-helper-error-bundle ~1.1
Switching ~1.1 for the most recent tag.
Add the bundle to app/AppKernel.php
$bundles( ... new FormHelper\ErrorBundle\FormHelperErrorBundle(), ... );
Use
Symfony 3.3.15 and translator default disabled in config.
framework: translator: { fallbacks: ['%locale%'] }
services: app: class: AppCommand arguments: - "@form.helper.error"
$this->formErrorHelper->getErrorsAsArray($form)
Need Help?
- Create an issue if you've found a bug,
统计信息
- 总下载量: 1.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-23