使用SonataAdminBundle

时间:2015-05-01 15:02:56

标签: php symfony configuration

我正在关注SonataAdminBundle文档,因此我已经安装了Bundles并将它们添加到AppKernel中,现在我已经停留在配置上了。 我已经使用了基本配置,但我一直收到这个错误:

The service "sonata.admin.builder.orm_datagrid" has a dependency on a non-existent parameter "form.type_extension.csrf.enabled".

我不知道这个参数是什么,也不知道如何正确设置它。

1 个答案:

答案 0 :(得分:1)

在你的app/config/yml中你应该有一行:

framework:
    #csrf_protection: ~

确保没有评论:

framework:
    csrf_protection: ~