FSWebeloper's avatar

CKEditor and KCFinder in Laravel

Hi. I googled all the web, but each article is similar to another and couldn't help!!!

I've a CKEDITOR and want to use KCFINDER for image uploading and file management.

ckeditor path: public/assets/js/ckeditor kcfinder path: public/assets/js/ckeditor/kcfinder

in ckeditor config.js I added these:

config.filebrowserBrowseUrl = 'public/assets/js/ckeditor/kcfinder/browse.php?opener=ckeditor&type=files'; config.filebrowserImageBrowseUrl = 'public/assets/js/ckeditor/kcfinder/browse.php?opener=ckeditor&type=images'; config.filebrowserFlashBrowseUrl = 'public/assets/js/ckeditor/kcfinder/browse.php?opener=ckeditor&type=flash'; config.filebrowserUploadUrl = 'public/assets/js/ckeditor/kcfinder/upload.php?opener=ckeditor&type=files'; config.filebrowserImageUploadUrl = 'public/assets/js/ckeditor/kcfinder/upload.php?opener=ckeditor&type=images'; config.filebrowserFlashUploadUrl = 'public/assets/js/ckeditor/kcfinder/upload.php?opener=ckeditor&type=flash';

but it not work!!! when I browse, I see:

NotFoundHttpException in RouteCollection.php line 161:

could you help to handle this issue? where is the issue? what change I must do?

thanks a lot.

0 likes
0 replies

Please or to participate in this conversation.