Oct 9, 2017
0
Level 3
Get nested uploaded file path
I am successfully uploading files in storage/app/uploads path and i'm saving only this part 'uploads/filename' in my database for retrieving i'm using this function Storage::url('upload/filename') and im getting this /storage/uploads/filename how to get the correct path?
Please or to participate in this conversation.