草庐IT

FormServiceProvider

全部标签

php - 使用 Symfony3 组件时,Silex FormServiceProvider 无法加载类型 "form"

尝试构建表单时收到此错误:InvalidArgumentExceptioninFormRegistry.phpline87:Couldnotloadtype"form"我已经注册了FormServiceProvider、TranslationServicerProvider和ValidatorServiceProvider。这是我的代码的相关部分:$this->_form=$this->_app['form.factory']->createBuilder('form',$this->_map())->add('firstName','text',['constraints'=>[ne