Guest User

Untitled

a guest
Jan 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. storageapppublicarchivesuser_idfile1
  2. storageapppublicarchivesuser_idfile2
  3. storageapppublicarchivesuser_idfile3
  4.  
  5. $files = Storage::get(); // get files inside user_id folder only
  6. foreach($files as $file)
  7. {
  8. // fun my code here
  9. }
Add Comment
Please, Sign In to add comment