Laravel Get Pfad zum Speicherordner
$path = storage_path('app/file.txt');
Alberto Peripolli
$path = storage_path('app/file.txt');
use Illuminate\Support\Facades\Storage;
$path = Storage::path('file.jpg');