Illuminate\Support\Facades\File::get(...)
Illuminate\Support\Facades\Storage::put(...)
// config/filesystems.php
'disks' => [
'temp' =>[
'driver'=>'local',
'root'=>sys_get_temp_dir()
],
dd(\Illuminate\Support\Facades\Storage::disk('temp')->listContents());