laravel how ro read storage data code example
Example: laravel storage get file path
use Illuminate\Support\Facades\Storage;
$path = Storage::path('file.jpg');
use Illuminate\Support\Facades\Storage;
$path = Storage::path('file.jpg');