Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $file = Storage::disk('local')->path('private/1r3Z6GxxedXtZPViLGTRUZHehF1IiYZQRgIhZxC1.jpeg');
  2. return response()->download($file);
  3.  
  4. $resp = $this->sendApiRequest(false, [], '/library/download');
  5. return $resp;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement