如何优雅的获取文件存储的目录?
应该是用
config('filesustems.disks.public.root') . $image
还是
storage_path('app/public')
storage::url($image)