put('test_file.txt', 'Contents'); } catch (\Throwable $th) { //throw $th; dd($th); } // $ret = Storage::get('test_file.txt'); dd($ret); return 1; } }