缺少浏览服务器按钮 laravel 5 elfinder ckeditor

browse server button missing laravel 5 elfinder ckeditor

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

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

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

Uncaught TypeError: Cannot read property 'getEditor' of undefined

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

你添加了吗

config.filebrowserBrowseUrl = '/elfinder/ckeditor'; 

在 ckeditor/config.js 中。还要确保您已在 config/app.php

中注册该服务