gpt4 book ai didi

php - 您请求了一个不存在的服务 "templating"

转载 作者:可可西里 更新时间:2023-11-01 13:32:49 26 4
gpt4 key购买 nike

我正在尝试让 FOSOAuthServerBundle 处理我的项目运行 symfony 3.4.0

模板似乎丢失了,但我在谷歌上找不到任何相关信息。知道它可能是什么吗?否则 Twig 工作得很好

我已经清除了缓存从 3.4.1 降级到 3.4.0

AuthorizeController.php >

return $this->container->get('templating')->renderResponse(
'FOSOAuthServerBundle:Authorize:authorize.html.'.$this->container->getParameter('fos_oauth_server.template.engine'),
array(
'form' => $form->createView(),
'client' => $this->getClient(),
)
);

这就是崩溃的地方。

最佳答案

我假设您使用的是 Symfony Flex,因为它采用这种极简主义方法,所以它没有附带 twig,而 twig 是 Symfony 的默认模板系统。

请通过以下方式安装:

composer require twig

无论如何,如果你已经安装了 twig 但它不工作,请确保你的配置可用:

# app/config/config.yml

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

关于php - 您请求了一个不存在的服务 "templating",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47656816/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com