I have done upload portion by viewing tutorial but don't have any idea for displaying it in website.
In documentation:
$contents = Storage::get('file.jpg'); code is used for retrieving certain file. but i want to retrieve whole files of dropbox to my website dashboard.
Get All Files Within A Directory
$files = Storage::files($directory);
// Recursive... $files = Storage::allFiles($directory); but how to put directory ? and i don't know what my dropbox directory name is.I have directly uploaded in root giving access to whole dropbox folder while uploading. please help me.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community