服务"sonata.block.service.container"依赖于不存在的服务"模板化"

Kav*_*Yzd 3 php symfony sonata-admin

我使用SonataAdminBundle安装此捆绑包时由composer显示此错误:

The service "sonata.block.service.container" has a dependency on a non-existent service "templating".
Run Code Online (Sandbox Code Playgroud)

Nic*_*las 9

确保已在您的配置中安装并提供了twig:

# app/config/config.yml

framework:
    # ...
    templating:
        engines: ['twig']
Run Code Online (Sandbox Code Playgroud)

来源:Stack Overflow#47656816

  • 感谢您发现错误,我刚刚编辑过它 (2认同)