安装JsFormValidatorBundle

时间:2016-02-17 21:45:47

标签: symfony composer-php bundle

安装JsFormValidatorBundle之后,当我尝试在localhost上打开我的页面时,我不断收到错误。我按照https://github.com/formapro/JsFormValidatorBundle上的说明安装了捆绑包,composer成功安装了捆绑包。我的Symfony版本是2.8。我的作曲家已经更新。

  

FormPass.php第59行中的InvalidArgumentException:   标记表单类型扩展必须使用extended_type / extended-type属性配置扩展类型,没有为“fp_js_form_validator.extension”服务配置任何扩展类型。

我尝试在app/config/services.yml添加此信息,但无效:

fp_js_form_validator.extension:
    class: Fp\JsFormValidatorBundle\Form\Extension\FormExtension
    tags:
        - { name: form.type_extension, alias='form', extended_type: Symfony\Component\Form\Extension\Core\Type\FileType }

由于

0 个答案:

没有答案