overtrue / laravel-ueditor

UEditor integration for Laravel.
390 stars 97 forks source link

如何获取已上传文件的url #24

Closed songhao8080 closed 7 years ago

songhao8080 commented 7 years ago

如何获取已上传文件的url

overtrue commented 7 years ago

上传的时候你自己记下来啊,或者 Storage::url('abc.jpg')