ruta de archivo de Laravel
use Illuminate\Support\Facades\Storage;
$path = Storage::path('file.jpg');
Alberto Peripolli
use Illuminate\Support\Facades\Storage;
$path = Storage::path('file.jpg');
$exists = Storage::disk('s3')->exists('file.jpg');