我有以下錯誤,當我嘗試安裝IvoryCKEditorBundleSymfony的:有在 「CKEditor的」 空間中定義的任何命令
php bin/console ckeditor:install
[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "ckeditor" namespace.
composer.json:
"require": {
"php": ">=5.5.9",
"egeloen/ckeditor-bundle": "^4.0",
"symfony/symfony": "3.3.*",
//....
什麼是你想這樣做與'PHP斌/控制檯的CKEditor:install'命令?正如我看到你有必要的依賴項中的ckeditor,所以只需運行'composer install'來安裝它。 – ArtOsi