Hi, I setup an admin section for our website with laravel 5.1.24 and added bestmomo/filemanager. It works well. But if one of our folders we have lot of files (about 30.000, thirty thousands) we can't change this structure because it's shared with another website. With our old cms, the listing of the files is paginated and in filemanager it's a long list pushed in an array then sorted. We got an Memory allocation error.
Does any body knows a similar package of a file browser which uses paginated lists instead of this long one?
Thanks.
Hi, After debugging the filemanager of our old cms. I understood how it's not easy. It's first read the directories and files and save them in database. Then it can be paginated.
I hope find something similar.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community