use Illuminate\Support\Facades\Storage;
Storage::disk('local')->put('example.txt', 'Contents');
use Illuminate\Support\Facades\Storage;
Storage::disk('local')->put('example.txt', 'Contents');
$exists = Storage::disk('s3')->exists('file.jpg');