简体   繁体   中英

The service “sonata.block.service.container” has a dependency on a non-existent service “templating”

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

The service "sonata.block.service.container" has a dependency on a non-existent service "templating".

Make sure twig is installed and available in your configuration:

# app/config/config.yml

framework:
    # ...
    templating:
        engines: ['twig']

Source: Stack Overflow #47656816

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM