0

我试图在我的 Symfony 4.2 项目上安装 FOS\CKEditoBundle,它应该与 easyAdminBundle 一起使用......

当我遵循 Sensio 文档并尝试执行./bin/console ckeditor:install命令时,我收到此错误:

There are no commands defined in the "ckeditor" namespace

我已经像这样更新了我的 composer.json:

"auto-scripts": { "cache:clear": "symfony-cmd", "ckeditor:install --clear=drop": "symfony-cmd", "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" },

但我认为问题出在其他地方。

4

1 回答 1

0

我通过删除 shivas/versioning-bundle 并重复说明来解决我的问题......另一方面,我仍然不知道为什么......与这个版本控制系统冲突(无论如何这不是必需的)?

于 2019-03-29T11:22:37.957 回答