gpt4 book ai didi

symfony - mopabootstrap 包和 symfony2 问题

转载 作者:行者123 更新时间:2023-12-04 05:33:39 31 4
gpt4 key购买 nike

我正在使用这个 mopabootstrap bundle ,按照所有说明进行操作。我收到以下错误:

An exception has been thrown during the compilation of a template ("Unable to find file "@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-transition.js".") in "MopaBootstrapBundle::base.html.twig".

我在这里找到了似乎对我的 issue 有答案的线程也是,但我试过了,它仍然给我同样的错误。我怎样才能解决这个问题?

最佳答案

如果您使用的是最新版本的 MopaBootstrap,以及 Symfony 2.1 或 2.2,似乎 twitter/bootstrap文件未正确安装和符号链接(symbolic link)。

也许你错过了composer.json部分:

{
"scripts": {
"post-install-cmd": [
"Mopa\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::postInstallSymlinkTwitterBootstrap"
],
"post-update-cmd": [
"Mopa\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::postInstallSymlinkTwitterBootstrap"
]
}
}

from the MopaBootstrap doc

这些命令从供应商文件夹创建符号链接(symbolic link): /vendor/twitter/bootstrap到 MopaBootstrap 文件夹:
/vendor/mopa/bootstrap-bundle/Mopa/BootstrapBundle/Resources/bootstrap

请务必在您的 composer.json 中安装 twitter/bootstrap:
{
"require": {
"mopa/bootstrap-bundle": "dev-master",
"twitter/bootstrap": "dev-master"
}
}

关于symfony - mopabootstrap 包和 symfony2 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12257898/

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