服务 "sonata.block.service.container" 依赖于不存在的服务 "templating"
The service "sonata.block.service.container" has a dependency on a non-existent service "templating"
当作曲家安装这个包时,我使用 SonataAdminBundle 显示这个错误:
The service "sonata.block.service.container" has a dependency on a non-existent service "templating".
确保 twig 已安装并在您的配置中可用:
# app/config/config.yml
framework:
# ...
templating:
engines: ['twig']
来源:
当作曲家安装这个包时,我使用 SonataAdminBundle 显示这个错误:
The service "sonata.block.service.container" has a dependency on a non-existent service "templating".
确保 twig 已安装并在您的配置中可用:
# app/config/config.yml
framework:
# ...
templating:
engines: ['twig']
来源: