Support the ongoing development of Laravel.io →
posted 8 years ago
Packages

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.

Last updated 2 years ago.
0

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.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

kabeda kabeda Joined 2 Oct 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.