uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
MIT License
7.18k stars 448 forks source link

上传图片不支持独立部署 #621

Open yjqphp opened 1 year ago

yjqphp commented 1 year ago

模版里面随处可见这样的写法:

<img src="{{ app.request.scheme ~'://' ~ app.request.httpHost ~ asset('') }}{{ websiteDetails.logo }}" title="{{ websiteDetails.name }}">

这种写法只支持本地上传驱动:Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost

如果我需要拓展驱动,存放到单独的图片服务器,这种情况就需要我改动模版里面每一处类似这样的写法。

yjqphp commented 1 year ago

Open source: https://github.com/dustin10/VichUploaderBundle