avtonom / form-helper-error-bundle
Symfony form error message text
Installs: 1 065
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/dependency-injection: ~2.3|3.*
- symfony/form: *
- symfony/framework-bundle: ~2.3|3.*
This package is not auto-updated.
Last update: 2024-11-06 13:06:29 UTC
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,