xxxxxxxxxx
$path = storage_path('app/file.txt');
xxxxxxxxxx
use Illuminate\Support\Facades\Storage;
$path = Storage::path('file.jpg');
xxxxxxxxxx
$storagePath = Storage::disk('local')->getDriver()->getAdapter()->getPathPrefix();
xxxxxxxxxx
$storagePath = Storage::disk('local')->getDriver()->getAdapter()->getPathPrefix()