我在使用SonataAdminBundle时,由composer安装此捆绑包时显示此错误:
The service "sonata.block.service.container" has a dependency on a non-existent service "templating".
答案 0 :(得分:9)
确保已在您的配置中安装并提供了twig:
# app/config/config.yml
framework:
# ...
templating:
engines: ['twig']