avtonom/form-helper-error-bundle
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(),
...
);
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)
How can I help you explore Laravel packages today?