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

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

tomassalazarlopez/laravel-filemanager
=====================================

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

v1.8.4(8y ago)0253MITPHPPHP &gt;=5.4.0

Since Apr 3Pushed 8y agoCompare

[ Source](https://github.com/tomassalazarlopez/laravel-filemanager)[ Packagist](https://packagist.org/packages/tomassalazarlopez/laravel-filemanager)[ RSS](/packages/tomassalazarlopez-laravel-filemanager/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (48)Used By (0)

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

[](#laravel-filemanager)

[![Travis CI](https://camo.githubusercontent.com/a01460ea3e427e5bfb7f4b88c38f5010a5669117cc63c59cd5001e3db2e77737/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f556e6953686172702f6c61726176656c2d66696c656d616e616765722e737667)](https://travis-ci.org/UniSharp/laravel-filemanager)[![Total Downloads](https://camo.githubusercontent.com/b77bdef78c3d43fd61301be58cce37be0cde9a8de69175438f0030f22ca55aa6/68747470733a2f2f706f7365722e707567782e6f72672f756e6973686172702f6c61726176656c2d66696c656d616e616765722f646f776e6c6f616473)](https://packagist.org/packages/unisharp/laravel-filemanager)[![Latest Unstable Version](https://camo.githubusercontent.com/63ece80ee35845dad17b5cd7b8c5ddd2445c391d2ebd543e525fb8422ebdc336/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e737461626c652d76322e302e302d2d616c706861332d6f72616e67652e737667)](https://packagist.org/packages/unisharp/laravel-filemanager)[![Latest Stable Version](https://camo.githubusercontent.com/d06070287eeab99e2c01bd5444f2eec9e8ecfd28d9536f528dc635c543749a89/68747470733a2f2f706f7365722e707567782e6f72672f756e6973686172702f6c61726176656c2d66696c656d616e616765722f762f737461626c65)](https://packagist.org/packages/unisharp/laravel-filemanager)[![License](https://camo.githubusercontent.com/ee1f12892a0e670b1ac58c93b511e06c89de176b38b040d8a7fc0de2ebbbc158/68747470733a2f2f706f7365722e707567782e6f72672f756e6973686172702f6c61726176656c2d66696c656d616e616765722f6c6963656e7365)](https://packagist.org/packages/unisharp/laravel-filemanager)

- Document : [unisharp.github.io/laravel-filemanager](http://unisharp.github.io/laravel-filemanager/)
    - [Installation](http://unisharp.github.io/laravel-filemanager/installation)
    - [Integration](http://unisharp.github.io/laravel-filemanager/integration)
    - [Config](http://unisharp.github.io/laravel-filemanager/config)
    - [Customization](http://unisharp.github.io/laravel-filemanager/customization)
    - [Events](http://unisharp.github.io/laravel-filemanager/events)
    - [Upgrade](http://unisharp.github.io/laravel-filemanager/upgrade)
- Demo : [Laravel Filemanager container](https://github.com/UniSharp/laravel-filemanager-example-5.3)

v1.8 released
-------------

[](#v18-released)

- Please follow the intructions in [upgrade document](https://unisharp.github.io/laravel-filemanager/upgrade).
- Important changes :
    - Fix Windows compatibility (utf-8 file names and folder names).
    - New feature : Copy &amp; Crop. Thanks [gwleuverink](https://github.com/gwleuverink).
    - [Config document](https://unisharp.github.io/laravel-filemanager/config) is refactored.

Security
--------

[](#security)

It is important to note that if you use your own routes **you must protect your routes to Laravel-Filemanager in order to prevent unauthorized uploads to your server**. Fortunately, Laravel makes this very easy.

If, for example, you want to ensure that only logged in users have the ability to access the Laravel-Filemanager, simply wrap the routes in a group, perhaps like this:

```
Route::group(['middleware' => 'auth'], function () {
    Route::get('/laravel-filemanager', '\Unisharp\Laravelfilemanager\controllers\LfmController@show');
    Route::post('/laravel-filemanager/upload', '\Unisharp\Laravelfilemanager\controllers\UploadController@upload');
    // list all lfm routes here...
});
```

This approach ensures that only authenticated users have access to the Laravel-Filemanager. If you are using Middleware or some other approach to enforce security, modify as needed.

**If you use the laravel-filemanager default route, make sure the `auth` middleware (set in config/lfm.php) is enabled and functional**.

v2.0 progress
-------------

[](#v20-progress)

- (done) Unit test
- (done) Integrate with Laravel Storage
- (done) Multiple selection
- (done) Responsive design
- (done) Config refactoring
- (done) JSON APIs
- Move to folder function
- (in progress) Applying MIME icon generator
- (done) Configurable disk of storage
- (done) Bootstrap 4 support
- (done) Remove bootbox

Contributors &amp; Credits
--------------------------

[](#contributors--credits)

### Developers / Maintainers

[](#developers--maintainers)

- [Stream](https://github.com/g0110280)
- [@gwleuverink](https://github.com/gwleuverink)
- All [@UniSharp](https://github.com/UniSharp) members

### Contributors

[](#contributors)

- [All contibutors](https://github.com/UniSharp/laravel-filemanager/graphs/contributors) from GitHub. (issues / PR)
- [@taswler](https://github.com/tsawler) the original author of this package.
- Nathan for providing security suggestions.

### Credits

[](#credits)

- [@olivervogel](https://github.com/olivervogel) for the awesome [image library](https://github.com/Intervention/image).
- SVG Loaders by [Sam](http://samherbert.net/svg-loaders/) (Licensed MIT)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

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

Total

44

Last Release

2972d ago

Major Versions

0.5.3 → 1.0.02015-10-13

v1.8.3 → v2.0.0-alpha2017-12-21

v1.8.4 → v2.0.0-alpha22018-01-09

v1.x-dev → v2.0.0-alpha32018-03-23

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

1.6.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a2ec3f41e2bf211b47773b5e74753b823a17b3345fb8c50aad88d6d193d726d?d=identicon)[tomassalazarlopez](/maintainers/tomassalazarlopez)

---

Top Contributors

[![streamtw](https://avatars.githubusercontent.com/u/7333171?v=4)](https://github.com/streamtw "streamtw (530 commits)")[![tsawler](https://avatars.githubusercontent.com/u/441913?v=4)](https://github.com/tsawler "tsawler (168 commits)")[![youchenlee](https://avatars.githubusercontent.com/u/181350?v=4)](https://github.com/youchenlee "youchenlee (75 commits)")[![bluehaha2](https://avatars.githubusercontent.com/u/26923948?v=4)](https://github.com/bluehaha2 "bluehaha2 (24 commits)")[![aminmazrouei](https://avatars.githubusercontent.com/u/253264094?v=4)](https://github.com/aminmazrouei "aminmazrouei (21 commits)")[![storyn26383](https://avatars.githubusercontent.com/u/6954098?v=4)](https://github.com/storyn26383 "storyn26383 (14 commits)")[![tomassalazarlopez](https://avatars.githubusercontent.com/u/35583631?v=4)](https://github.com/tomassalazarlopez "tomassalazarlopez (7 commits)")[![welcoMattic](https://avatars.githubusercontent.com/u/773875?v=4)](https://github.com/welcoMattic "welcoMattic (6 commits)")[![khjay](https://avatars.githubusercontent.com/u/16524332?v=4)](https://github.com/khjay "khjay (6 commits)")[![iankov](https://avatars.githubusercontent.com/u/3382329?v=4)](https://github.com/iankov "iankov (5 commits)")[![jildertmiedema](https://avatars.githubusercontent.com/u/3383186?v=4)](https://github.com/jildertmiedema "jildertmiedema (4 commits)")[![atzeteppema](https://avatars.githubusercontent.com/u/16044114?v=4)](https://github.com/atzeteppema "atzeteppema (4 commits)")[![petyots](https://avatars.githubusercontent.com/u/14016592?v=4)](https://github.com/petyots "petyots (4 commits)")[![Rohos](https://avatars.githubusercontent.com/u/5276140?v=4)](https://github.com/Rohos "Rohos (4 commits)")[![abdulaziz-jm](https://avatars.githubusercontent.com/u/8270545?v=4)](https://github.com/abdulaziz-jm "abdulaziz-jm (3 commits)")[![albertcht](https://avatars.githubusercontent.com/u/9117929?v=4)](https://github.com/albertcht "albertcht (3 commits)")[![nasirkhan](https://avatars.githubusercontent.com/u/396987?v=4)](https://github.com/nasirkhan "nasirkhan (3 commits)")[![nikita240](https://avatars.githubusercontent.com/u/6479817?v=4)](https://github.com/nikita240 "nikita240 (3 commits)")[![giokaxo](https://avatars.githubusercontent.com/u/7074890?v=4)](https://github.com/giokaxo "giokaxo (2 commits)")[![micovi](https://avatars.githubusercontent.com/u/7070368?v=4)](https://github.com/micovi "micovi (2 commits)")

---

Tags

laravelimagefilemanageruploadCKEditortinymcefilemanager

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)[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)
