PHPackages                             jayked/laravel-filemanager - 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. jayked/laravel-filemanager

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

jayked/laravel-filemanager
==========================

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

1.1.5(6y ago)2627MITPHPPHP &gt;=7.3.8

Since Aug 2Pushed 6y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (3)Versions (26)Used By (0)

Laravel Filemanager
===================

[](#laravel-filemanager)

[![Latest Stable Version](https://camo.githubusercontent.com/7013ca5e11192bfde01513fa9ea8d128a820c5b2471117534d1641ef35a3b2f7/68747470733a2f2f706f7365722e707567782e6f72672f6a61796b65642f6c61726176656c2d66696c656d616e616765722f76657273696f6e3f666f726d61743d666c6174)](https://packagist.org/packages/jayked/laravel-filemanager)[![Total Downloads](https://camo.githubusercontent.com/cde9fbf2daf56c10f1066f7fe2843a603bc7ce39e59739643b35ea667df18cbf/68747470733a2f2f706f7365722e707567782e6f72672f6a61796b65642f6c61726176656c2d66696c656d616e616765722f646f776e6c6f6164733f666f726d61743d666c6174)](https://packagist.org/packages/jayked/laravel-filemanager)[![License](https://camo.githubusercontent.com/722dfeed98cb35709ad91094a6895a941e33f550315298f7f03e965b1983aea0/68747470733a2f2f706f7365722e707567782e6f72672f6a61796b65642f6c61726176656c2d66696c656d616e616765722f6c6963656e73653f666f726d61743d666c6174)](https://packagist.org/packages/jayked/laravel-filemanager)

[Read the docs live](http://jayked.github.io/laravel-filemanager)

A files and images management user interface with file uploading support. (Works well with CKEditor and TinyMCE)

PR is welcome!

Overview
--------

[](#overview)

- The project was forked from [unisharp/laravel-filemanager](https://packagist.org/packages/unisharp/laravel-filemanager)
- Customizable routes and middlewares
- Supported locales :
    - bg
    - en
    - es
    - fa
    - fr
    - nl
    - pt-BR
    - tr
    - zh-CN
    - zh-TW
- Supports public and private folders for multi users
- Supports multi-level folders
- Supports using independently(see integration doc)

Documents
---------

[](#documents)

1. [Installation](https://github.com/Jayked/laravel-filemanager/blob/master/doc/installation.md)
2. [Intergration](https://github.com/Jayked/laravel-filemanager/blob/master/doc/integration.md)
3. [Config](https://github.com/Jayked/laravel-filemanager/blob/master/doc/config.md)
4. [Customization](https://github.com/Jayked/laravel-filemanager/blob/master/doc/customization.md)

Compatibility
-------------

[](#compatibility)

The `jayked/laravel-filemanager` is compatible with the following versions of Laravel:

- 4.2 (Not tested, code should be compatible)
- 5.0 (Not tested, code should be compatible)
- 5.1 (Not tested, code should be compatible)
- 5.2 (Tested)
- 5.3 (Tested)
- 5.4 (Tested)
- 5.5 (Tested)
- 5.6 (Not tested, code should be compatible)
- 5.7 (Not tested, code should be compatible)
- 5.8 (Tested)

Upgrade guide
-------------

[](#upgrade-guide)

- `composer update jayked/laravel-filemanager`
- `php artisan vendor:publish --tag=lfm_view --force`
- `php artisan vendor:publish --tag=lfm_config --force`(remember to keep your previous settings in `config/lfm.php`)

Screenshots
-----------

[](#screenshots)

- List view :

[![FileManager screenshot 1](https://camo.githubusercontent.com/536b6058e9c1fbc66cbcd56319919487e630e5b7cb381d0f0b762294bb98e12b/687474703a2f2f6a61796b65642e6769746875622e696f2f6c61726176656c2d66696c656d616e616765722f66696c656d616e61676572322e706e67)](https://camo.githubusercontent.com/536b6058e9c1fbc66cbcd56319919487e630e5b7cb381d0f0b762294bb98e12b/687474703a2f2f6a61796b65642e6769746875622e696f2f6c61726176656c2d66696c656d616e616765722f66696c656d616e61676572322e706e67)

- Grid view :

[![FileManager screenshot 2](https://camo.githubusercontent.com/06b00b803610035f9a22ce40bbd2c243fd3e7757a85f251ad1455afd4dea30aa/687474703a2f2f6a61796b65642e6769746875622e696f2f6c61726176656c2d66696c656d616e616765722f66696c656d616e61676572312e706e67)](https://camo.githubusercontent.com/06b00b803610035f9a22ce40bbd2c243fd3e7757a85f251ad1455afd4dea30aa/687474703a2f2f6a61796b65642e6769746875622e696f2f6c61726176656c2d66696c656d616e616765722f66696c656d616e61676572312e706e67)

Credits
-------

[](#credits)

- All contibutors from GitHub. (issues / PR)
- Special thanks to
    - [@taswler](https://github.com/tsawler) the original author.
    - [@olivervogel](https://github.com/olivervogel) for the awesome [image library](https://github.com/Intervention/image)
    - [@welcoMattic](https://github.com/welcoMattic) providing fr translations and lots of bugfixes.
    - [@fraterblack](https://github.com/fraterblack) TinyMCE 4 support and pt-BR translations.
    - [@1dot44mb](https://github.com/1dot44mb) tr translations.
    - [@Nikita240](https://github.com/Nikita240) fixing controller extending errors.
    - [@amin101](https://github.com/amin101) guide for independent use and fixes for url/directory error on Windows
    - [@nasirkhan](https://github.com/nasirkhan) bug fixes and alphanumeric filename check
    - All [@UniSharp](https://github.com/UniSharp) members
    - [@Jayked](https://github.com/Jayked) with small fixes and new options

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 51.9% 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 ~50 days

Recently: every ~4 days

Total

24

Last Release

2409d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.5.0

1.1.0PHP &gt;=7.3.8

### Community

Maintainers

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

---

Top Contributors

[![tsawler](https://avatars.githubusercontent.com/u/441913?v=4)](https://github.com/tsawler "tsawler (168 commits)")[![streamtw](https://avatars.githubusercontent.com/u/7333171?v=4)](https://github.com/streamtw "streamtw (100 commits)")[![youchenlee](https://avatars.githubusercontent.com/u/181350?v=4)](https://github.com/youchenlee "youchenlee (23 commits)")[![aminmazrouei](https://avatars.githubusercontent.com/u/253264094?v=4)](https://github.com/aminmazrouei "aminmazrouei (14 commits)")[![welcoMattic](https://avatars.githubusercontent.com/u/773875?v=4)](https://github.com/welcoMattic "welcoMattic (6 commits)")[![jildertmiedema](https://avatars.githubusercontent.com/u/3383186?v=4)](https://github.com/jildertmiedema "jildertmiedema (4 commits)")[![nasirkhan](https://avatars.githubusercontent.com/u/396987?v=4)](https://github.com/nasirkhan "nasirkhan (2 commits)")[![ejeanneaubc](https://avatars.githubusercontent.com/u/18554193?v=4)](https://github.com/ejeanneaubc "ejeanneaubc (2 commits)")[![fraterblack](https://avatars.githubusercontent.com/u/4051452?v=4)](https://github.com/fraterblack "fraterblack (1 commits)")[![petyots](https://avatars.githubusercontent.com/u/14016592?v=4)](https://github.com/petyots "petyots (1 commits)")[![mtozlu](https://avatars.githubusercontent.com/u/2939330?v=4)](https://github.com/mtozlu "mtozlu (1 commits)")[![nikita240](https://avatars.githubusercontent.com/u/6479817?v=4)](https://github.com/nikita240 "nikita240 (1 commits)")[![miguelcarrascoq](https://avatars.githubusercontent.com/u/1894500?v=4)](https://github.com/miguelcarrascoq "miguelcarrascoq (1 commits)")

---

Tags

laravelimagefilemanageruploadCKEditortinymcefilemanagerjayked

### Embed Badge

![Health badge](/badges/jayked-laravel-filemanager/health.svg)

```
[![Health](https://phpackages.com/badges/jayked-laravel-filemanager/health.svg)](https://phpackages.com/packages/jayked-laravel-filemanager)
```

###  Alternatives

[unisharp/laravel-filemanager

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

2.2k3.3M73](/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)[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)
