How to get file url from storage drive
https://stackoverflow.com/questions/28964412/how-to-get-file-path-using-storage-facade-in-laravel-5
$url = Storage::disk('s3')->url($filename)
s3
can be replaced with any drive name that you have set up
https://stackoverflow.com/questions/28964412/how-to-get-file-path-using-storage-facade-in-laravel-5
$url = Storage::disk('s3')->url($filename)
s3
can be replaced with any drive name that you have set up