Symfony 3:我无法安装 ckeditor

Symfony 3: I can't install ckeditor

当我在我的应用程序中跟随 this documentation 到 "Integrating IvoryCKEditorBundle to Create a WYSIWYG Editor" 时,出现以下错误:

[Symfony\Component\Debug\Exception\ClassNotFoundException] Attempted to load class "ZipArchive" from the global namespace.  Did you forget a "use" statement?

这发生在第 4 步。 我真的不知道什么会触发这个错误。由于我的 OS 配置? PHP版本?交响乐配置?等等?

我今天遇到了同样的问题并尝试了 Malcom 评论中提出的解决方案(谢谢,Malcom - 它成功了!):

sudo apt-get install php7.0-zip

请注意,您还可以更改 php 版本,对于 5.6,请使用 sudo apt-get install php5.6-zip