I wants to prepare one front-end solutions for one of my s3 repository bucket. Where user can browse for all the directories and files inside it.
Basically the backend for subscription and apis is build in Laravel 5.4 Framework.
I go through so many packages but they are mainly used for local file browsing. One of suitable package i found while online searching and here it's demo and it's github repository. We can use s3 bucket for file browser and i have setup that in my machine as well.
The main requirement is how to integrate in existing Laravel application?
It's really very helpful if anyone can help to sort out this requirement, we can create github repo for this.