PHPackages                             crazynds/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. crazynds/laravel-file-manager

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

crazynds/laravel-file-manager
=============================

File manager for Laravel

v3.4.1(9mo ago)0636MITPHPPHP ^8.1

Since Apr 21Pushed 9mo agoCompare

[ Source](https://github.com/crazynds/laravel-file-manager)[ Packagist](https://packagist.org/packages/crazynds/laravel-file-manager)[ Docs](https://github.com/crazynds/laravel-file-manager)[ RSS](/packages/crazynds-laravel-file-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (56)Used By (0)

Laravel File Manager - Maintened Fork
=====================================

[](#laravel-file-manager---maintened-fork)

[![Latest Stable Version](https://camo.githubusercontent.com/08efaa6f1bee5e8d1ba96e38a6c11bc42ecd8130a18ca9bd85246e90d2a8fdf3/687474703a2f2f706f7365722e707567782e6f72672f6372617a796e64732f6c61726176656c2d66696c652d6d616e616765722f76)](https://packagist.org/packages/crazynds/laravel-file-manager)[![Total Downloads](https://camo.githubusercontent.com/4d79b8a3e41c76f3beabb8a31e57e705efa3faca1da41445154aec45dbdc8d94/687474703a2f2f706f7365722e707567782e6f72672f6372617a796e64732f6c61726176656c2d66696c652d6d616e616765722f646f776e6c6f616473)](https://packagist.org/packages/crazynds/laravel-file-manager)[![Latest Unstable Version](https://camo.githubusercontent.com/9fd3bcc956eb3c34a5f9dc657702c76836a81925cc7b1c9b78383e91d4b635c6/687474703a2f2f706f7365722e707567782e6f72672f6372617a796e64732f6c61726176656c2d66696c652d6d616e616765722f762f756e737461626c65)](https://packagist.org/packages/crazynds/laravel-file-manager)[![License](https://camo.githubusercontent.com/217160de5e9a4e0f1e1c4edd6fa1a9ba303db82c1929a0e8fefa217cb81a0b6a/687474703a2f2f706f7365722e707567782e6f72672f6372617a796e64732f6c61726176656c2d66696c652d6d616e616765722f6c6963656e7365)](https://packagist.org/packages/crazynds/laravel-file-manager)[![PHP Version Require](https://camo.githubusercontent.com/08449a30f6bfbf3df1d56df035e21d42b7ad9ea53b5e0e5f4efdeb1da3147ef0/687474703a2f2f706f7365722e707567782e6f72672f6372617a796e64732f6c61726176656c2d66696c652d6d616e616765722f726571756972652f706870)](https://packagist.org/packages/crazynds/laravel-file-manager)

[![Laravel File Manager](https://camo.githubusercontent.com/89500b4c3694e21039058e4762dabd683e1abf5aeb520afe003ecd2918de085c/68747470733a2f2f7261772e6769746875622e636f6d2f6372617a796e64732f7675652d6c61726176656c2d66696c652d6d616e616765722f6d61737465722f7372632f6173736574732f6c61726176656c2d66696c652d6d616e616765722e6769663f7261773d74727565)](https://camo.githubusercontent.com/89500b4c3694e21039058e4762dabd683e1abf5aeb520afe003ecd2918de085c/68747470733a2f2f7261772e6769746875622e636f6d2f6372617a796e64732f7675652d6c61726176656c2d66696c652d6d616e616765722f6d61737465722f7372632f6173736574732f6c61726176656c2d66696c652d6d616e616765722e6769663f7261773d74727565)

**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 3
------------------

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

- **Version 3 only works with Laravel 9 and 10!**
- Vue.js 3
- Bootstrap 5
- Bootstrap Icons

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance55

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 89% 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 ~49 days

Recently: every ~149 days

Total

54

Last Release

299d ago

Major Versions

1.0.4 → v2.0.02018-12-02

v2.5.4 → v3.0.12022-02-20

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

v2.0.6PHP &gt;=7.0.0

v2.4.9PHP &gt;=7.1.0

v3.0.1PHP ^8.0

3.2.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/812e99abe6732b42bcbcbc4eb58f23d432070f5d219c497ad42af5f65719e0ac?d=identicon)[crazynds](/maintainers/crazynds)

---

Top Contributors

[![alexusmai](https://avatars.githubusercontent.com/u/7473505?v=4)](https://github.com/alexusmai "alexusmai (145 commits)")[![crazynds](https://avatars.githubusercontent.com/u/36674096?v=4)](https://github.com/crazynds "crazynds (5 commits)")[![mige](https://avatars.githubusercontent.com/u/32698?v=4)](https://github.com/mige "mige (4 commits)")[![mhgolij](https://avatars.githubusercontent.com/u/30106531?v=4)](https://github.com/mhgolij "mhgolij (2 commits)")[![D34DlyM4N](https://avatars.githubusercontent.com/u/12827511?v=4)](https://github.com/D34DlyM4N "D34DlyM4N (2 commits)")[![TumTum](https://avatars.githubusercontent.com/u/225997?v=4)](https://github.com/TumTum "TumTum (1 commits)")[![gergo85](https://avatars.githubusercontent.com/u/2959112?v=4)](https://github.com/gergo85 "gergo85 (1 commits)")[![jeremykenedy](https://avatars.githubusercontent.com/u/6244570?v=4)](https://github.com/jeremykenedy "jeremykenedy (1 commits)")[![mario-chamuty](https://avatars.githubusercontent.com/u/56567516?v=4)](https://github.com/mario-chamuty "mario-chamuty (1 commits)")[![milad-abdi](https://avatars.githubusercontent.com/u/19688961?v=4)](https://github.com/milad-abdi "milad-abdi (1 commits)")

---

Tags

laravelfilemanager

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/crazynds-laravel-file-manager/health.svg)](https://phpackages.com/packages/crazynds-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)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k757.8k8](/packages/alexusmai-laravel-file-manager)[oneduo/nova-file-manager

A handy file manager tool for Laravel Nova

157350.3k2](/packages/oneduo-nova-file-manager)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)

PHPackages © 2026

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