wangEditor icon indicating copy to clipboard operation
wangEditor copied to clipboard

laravel-admin1.7 集成后上传图片报404

Open windgentle opened this issue 5 years ago • 1 comments

在laravel-admin1.7中集成3后,在扩展配置中设置完路径后上传图片报404找不到文件或文件夹错误,本地测试的。配置如图: image

windgentle avatar Jul 09 '19 03:07 windgentle

// 编辑器的配置 'config' => [ // /upload接口用来上传文件,上传逻辑要自己实现,可参考下面的上传图片 'public' => '/upload'

openxw avatar Mar 12 '20 08:03 openxw