Laravel的文件管理器中没有显示缩略图

时间:2018-12-01 10:04:12

标签: php laravel file-manager

当前在Unisharp的CKEditor和文件管理器中使用Laravel 5.7.13版

我成功地链接了目录,以显示文件中的图像。但是,缩略图未显示。

The file manager with no thumbnail shown

问题出在我的目录路由(lfm.php)吗?

My lfm.php config

编辑1:刚刚找到了解决我的问题的方法,由于提供的链接,缩略图显然已“损坏”。然后,我将CKEditor脚本中的 filebrowserImageBrowseUrl 更改为没有'index.php'的原始URL。

之前:../../ laravel-filemanager?type = Images

之后:http:// // localhost / [根目录] / public / laravel-filemanager?type = Images

最后,'index.php'阻止缩略图显示。 现在,它运行良好。

0 个答案:

没有答案