Elfinder文件上传在RouteCollection.php第207行抛出MethodNotAllowedHttpException

时间:2015-10-01 16:10:51

标签: laravel-5 ckeditor elfinder

我使用Laravel 5和CKEditor以及ElFinder。

我添加了

config.filebrowserUploadUrl = '/elfinder/ckeditor'; 

到ckeditor / config.js中的editor.config。我有上传选项卡,但当我添加图像并单击发送到服务器时,我得到例外:

MethodNotAllowedHttpException in RouteCollection.php line 207

当路线动词不正确时,通常会被抛出(GET而不是POST或类似的东西)。我需要在elfinder配置中设置另一个设置吗?

控制台调试在这个被调用的URL上抛出500错误:

http://main.local/elfinder/ckeditor?CKEditor=description&CKEditorFuncNum=1&langCode=en

0 个答案:

没有答案