php - symfony 2 sylius 包丢失(TranslationBundle)

标签 php symfony bundle sylius

我尝试在我的项目上安装 Sylius ResourceBundle 但是当我运行我的 symfony 项目时,我得到这个错误:

Class 'Sylius\Bundle\TranslationBundle\DependencyInjection\AbstractTranslationExtension' not found

我找不到 Sylius TranslationBundle

我该如何解决?

最佳答案

有一个bug在 0.13 版中。在新版本更稳定之前,您可能希望使用 0.12 版。否则请安装边缘版本(在您的 composer.json 文件中将“~0.13.*”替换为“dev-master”)并希望一切顺利。

关于php - symfony 2 sylius 包丢失(TranslationBundle),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29714111/

相关文章:

php - 谷歌服务帐户示例返回 "Error refreshing the OAuth2 token { “error” : “invalid_grant” }"

symfony - 如何在 Symfony 5 迁移中使用容器(和服务)?

ruby-on-rails - bundle 安装返回 "Could not locate Gemfile"

iphone - 确保将只读 plist 复制到应用程序构建目录的正确方法是什么?

php - 使用 jquery ajax 进行编辑和更新

Javascript如何在html表单提交中使用多个函数来验证

php - 结果为左连接和对象的 Symfony2 Doctrine 查询

javascript - 如何在 Grails Resources Plugin 中指定通配符资源模式?

php - 使用 sql 表中的数据创建 php/html 表的术语,但 php 表值是根据 sql 数据计算的

php - XDebug 还是 Zend 调试器?