PHPackages                             threedpcadmin/laravel-file-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. threedpcadmin/laravel-file-manager

ActiveLibrary

threedpcadmin/laravel-file-manager
==================================

File manager for 3dpc-client

0821PHP

Since Jun 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Nur988/laravel-package-admin)[ Packagist](https://packagist.org/packages/threedpcadmin/laravel-file-manager)[ RSS](/packages/threedpcadmin-laravel-file-manager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Laravel File Manager
====================

[](#laravel-file-manager)

[![Latest Stable Version](https://camo.githubusercontent.com/f7e74a4623006af09e2451aa203d648d0d4aff395fd561225e6608bd79e2bbd7/68747470733a2f2f706f7365722e707567782e6f72672f616c657875736d61692f6c61726176656c2d66696c652d6d616e616765722f762f737461626c65)](https://packagist.org/packages/alexusmai/laravel-file-manager)[![Total Downloads](https://camo.githubusercontent.com/8c057b361650012df17f8183b0ac51226f5b02e7fa122b6c3b1e5839e68a0488/68747470733a2f2f706f7365722e707567782e6f72672f616c657875736d61692f6c61726176656c2d66696c652d6d616e616765722f646f776e6c6f616473)](https://packagist.org/packages/alexusmai/laravel-file-manager)[![Latest Unstable Version](https://camo.githubusercontent.com/60d88928de2996900be281a503d9c1f3fd9e22b1623b30b148b6911cbc78015d/68747470733a2f2f706f7365722e707567782e6f72672f616c657875736d61692f6c61726176656c2d66696c652d6d616e616765722f762f756e737461626c65)](https://packagist.org/packages/alexusmai/laravel-file-manager)[![License](https://camo.githubusercontent.com/8dfb6b8516324922a3bc208f6f4fc9c2c25bf6a7a341d85b1f6fd138115ad293/68747470733a2f2f706f7365722e707567782e6f72672f616c657875736d61692f6c61726176656c2d66696c652d6d616e616765722f6c6963656e7365)](https://packagist.org/packages/alexusmai/laravel-file-manager)

[![Laravel File Manager](https://camo.githubusercontent.com/934498a1beffc776b55f7c3079b40635bd1c8507081e297d45db97878147cac3/68747470733a2f2f7261772e6769746875622e636f6d2f616c657875736d61692f7675652d6c61726176656c2d66696c652d6d616e616765722f6d61737465722f7372632f6173736574732f6c61726176656c2d66696c652d6d616e616765722e6769663f7261773d74727565)](https://camo.githubusercontent.com/934498a1beffc776b55f7c3079b40635bd1c8507081e297d45db97878147cac3/68747470733a2f2f7261772e6769746875622e636f6d2f616c657875736d61692f7675652d6c61726176656c2d66696c652d6d616e616765722f6d61737465722f7372632f6173736574732f6c61726176656c2d66696c652d6d616e616765722e6769663f7261773d74727565)

**DEMO:** [Laravel File Manager](http://file-manager.webmai.ru/)

**Vue.js Frontend:** [alexusmai/vue-laravel-file-manager](https://github.com/alexusmai/vue-laravel-file-manager)

Documentation
-------------

[](#documentation)

[Laravel File Manager Docs](./docs/index.md)

- [Installation](./docs/installation.md)
- [Configuration](./docs/configuration.md)
- [Integration](./docs/integration.md)
- [ACL](./docs/acl.md)
- [Events](./docs/events.md)
- [Update](./docs/update.md)

Features
--------

[](#features)

- Frontend on Vue.js - [vue-laravel-file-manager](https://github.com/alexusmai/vue-laravel-file-manager)
- Work with the file system is organized by the standard means Laravel Flysystem:
    - Local, FTP, S3, Dropbox ...
    - The ability to work only with the selected disks
- Several options for displaying the file manager:
    - One-panel view
    - One-panel + Directory tree
    - Two-panel
- The minimum required set of operations:
    - Creating files
    - Creating folders
    - Copying / Cutting Folders and Files
    - Renaming
    - Uploading files (multi-upload)
    - Downloading files
    - Two modes of displaying elements - table and grid
    - Preview for images
    - Viewing images
    - Full screen mode
- More operations (v.2):
    - Audio player (mp3, ogg, wav, aac), Video player (webm, mp4) - ([Plyr](https://github.com/sampotts/plyr))
    - Code editor - ([Code Mirror](https://github.com/codemirror/codemirror))
    - Image cropper - ([Cropper.js](https://github.com/fengyuanchen/cropperjs))
    - Zip / Unzip - only for local disks
- Integration with WYSIWYG Editors:
    - CKEditor 4
    - TinyMCE 4
    - TinyMCE 5
    - SummerNote
    - Standalone button
- ACL - access control list
    - delimiting access to files and folders
    - two work strategies:
        - blacklist - Allow everything that is not forbidden by the ACL rules list
        - whitelist - Deny everything, that not allowed by the ACL rules list
    - You can use different repositories for the rules - an array (configuration file), a database (there is an example implementation), or you can add your own.
    - You can hide files and folders that are not accessible.
- Events (v2.2)
- Thumbnails lazy load
- Dynamic configuration (v2.4)
- Supported locales : ru, en, ar, sr, cs, de, es, nl, zh-CN, fa, it, tr, fr, pt-BR, zh-TW, pl

In a new version 2.5
--------------------

[](#in-a-new-version-25)

You can change Route prefix (default - 'file-manager')

```
/**
 * LFM Route prefix
 * !!! WARNING - if you change it, you should compile frontend with new prefix(baseUrl) !!!
 */
'routePrefix' => 'file-manager',
```

Open PDF files in a new tab (test) - use 'double-click'

Upgrading to version 2.5
------------------------

[](#upgrading-to-version-25)

Add a new parameter to the configuration file (config/file-manager.php)

```
/**
 * LFM Route prefix
 * !!! WARNING - if you change it, you should compile frontend with new prefix(baseUrl) !!!
 */
'routePrefix' => 'file-manager',
```

Update pre-compiled css and js files.

```
php artisan vendor:publish --tag=fm-assets --force
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 77.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1f93a864cefdad326086f1e0bd1e1153ff2a88a4a7b9279081c04b7be770dba?d=identicon)[Nur988](/maintainers/Nur988)

---

Top Contributors

[![Nur988](https://avatars.githubusercontent.com/u/46999128?v=4)](https://github.com/Nur988 "Nur988 (14 commits)")[![sabbirtkdr](https://avatars.githubusercontent.com/u/49894149?v=4)](https://github.com/sabbirtkdr "sabbirtkdr (4 commits)")

### Embed Badge

![Health badge](/badges/threedpcadmin-laravel-file-manager/health.svg)

```
[![Health](https://phpackages.com/badges/threedpcadmin-laravel-file-manager/health.svg)](https://phpackages.com/packages/threedpcadmin-laravel-file-manager)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
