0

我在 Laravel 5 项目中集成 ElFinder 和 CKEditor 时遇到问题。

我使用 CKEditor 完整包,我使用https://github.com/barryvdh/laravel-elfinder作为 Elfinder 部分。

但是,当我想添加图像时,我没有得到任何浏览服务器按钮。也许这与我在控制台中遇到的错误有关:

Uncaught TypeError: Cannot read property 'getEditor' of undefined

以前有没有人遇到过类似的问题?

4

1 回答 1

0

有没有加

config.filebrowserBrowseUrl = '/elfinder/ckeditor'; 

在 ckeditor/config.js 中。还要确保你已经在 config/app.php 中注册了服务

于 2015-09-30T17:47:21.890 回答