PHPackages                             efureev/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. [File &amp; Storage](/categories/file-storage)
4. /
5. efureev/laravel-file-manager

AbandonedArchivedLibrary[File &amp; Storage](/categories/file-storage)

efureev/laravel-file-manager
============================

File manager for Laravel

v2.5.4(5y ago)0114MITPHPPHP &gt;=7.4.0

Since Apr 21Pushed 5y agoCompare

[ Source](https://github.com/efureev/laravel-file-manager)[ Packagist](https://packagist.org/packages/efureev/laravel-file-manager)[ Docs](https://github.com/alexusami/laravel-file-manager)[ RSS](/packages/efureev-laravel-file-manager/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (10)Versions (45)Used By (0)

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

[](#laravel-file-manager)

[![Laravel File Manager Package](https://github.com/efureev/laravel-file-manager/actions/workflows/php.yml/badge.svg)](https://github.com/efureev/laravel-file-manager/actions/workflows/php.yml)

[![Latest Stable Version](https://camo.githubusercontent.com/f594f225a257d9c18207512ef6660e4d59ee4a73c44a2bf09e8362f8b1f96273/68747470733a2f2f706f7365722e707567782e6f72672f656675726565762f6c61726176656c2d66696c652d6d616e616765722f762f737461626c65)](https://packagist.org/packages/efureev/laravel-file-manager)[![Total Downloads](https://camo.githubusercontent.com/ab0cf30f0ddf6c7e2179bd6d916223da196505c5f01f7bb7684e2f4131a154ae/68747470733a2f2f706f7365722e707567782e6f72672f656675726565762f6c61726176656c2d66696c652d6d616e616765722f646f776e6c6f616473)](https://packagist.org/packages/efureev/laravel-file-manager)[![Latest Unstable Version](https://camo.githubusercontent.com/330110eb405bebe070283b60e8bac94e86b269a96bebe7a6dc8140f3881d6cc8/68747470733a2f2f706f7365722e707567782e6f72672f656675726565762f6c61726176656c2d66696c652d6d616e616765722f762f756e737461626c65)](https://packagist.org/packages/efureev/laravel-file-manager)[![License](https://camo.githubusercontent.com/c3663d9e3de27f45d271b3dc15ab4f2145e93e74e0159e3c08ef92479545a2e4/68747470733a2f2f706f7365722e707567782e6f72672f656675726565762f6c61726176656c2d66696c652d6d616e616765722f6c6963656e7365)](https://packagist.org/packages/efureev/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

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 84.3% 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.

###  Release Activity

Cadence

Every ~25 days

Recently: every ~70 days

Total

43

Last Release

1860d ago

Major Versions

1.0.4 → v2.0.02018-12-02

PHP version history (4 changes)1.0.0PHP &gt;=5.6.4

v2.0.6PHP &gt;=7.0.0

v2.4.9PHP &gt;=7.1.0

v2.5.4PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/62a6e061d1ccab4d5de8dcba717b7634f91e4842b32ca26420b8261c66104bf7?d=identicon)[efureev](/maintainers/efureev)

---

Top Contributors

[![alexusmai](https://avatars.githubusercontent.com/u/7473505?v=4)](https://github.com/alexusmai "alexusmai (129 commits)")[![efureev](https://avatars.githubusercontent.com/u/5524684?v=4)](https://github.com/efureev "efureev (16 commits)")[![mige](https://avatars.githubusercontent.com/u/32698?v=4)](https://github.com/mige "mige (4 commits)")[![D34DlyM4N](https://avatars.githubusercontent.com/u/12827511?v=4)](https://github.com/D34DlyM4N "D34DlyM4N (2 commits)")[![jeremykenedy](https://avatars.githubusercontent.com/u/6244570?v=4)](https://github.com/jeremykenedy "jeremykenedy (1 commits)")[![TumTum](https://avatars.githubusercontent.com/u/225997?v=4)](https://github.com/TumTum "TumTum (1 commits)")

---

Tags

laravelfilemanager

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[mafftor/laravel-file-manager

The file manager intended for using Laravel with CKEditor / TinyMCE / Colorbox

3619.3k](/packages/mafftor-laravel-file-manager)

PHPackages © 2026

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