当我尝试在控制台中设置管理员时:
php app/console admin:setup
我收到一个错误:
ParameterNotFoundException: You have requested a non-existent parameter "twig.form.resources".
我尝试在 config.yml 中添加 twig.form.resources 参数,但没有帮助 =(
twig:
form:
resources:
- 'GeneratorBundle::fields.html.twig'
问题是什么?谢谢