PHPackages                             foostart/package-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. foostart/package-filemanager

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

foostart/package-filemanager
============================

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

12.2.9(11mo ago)0391[4 PRs](https://github.com/foostart/package-filemanager/pulls)6MITPHPPHP &gt;=5.4.0

Since Feb 21Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/foostart/package-filemanager)[ Packagist](https://packagist.org/packages/foostart/package-filemanager)[ RSS](/packages/foostart-package-filemanager/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (6)Dependencies (5)Versions (24)Used By (6)

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

[](#laravel-filemanager)

[![Latest Stable Version](https://camo.githubusercontent.com/9692cd389ed21908c4d9d20c6bbb8c3cfced8aa8f251988ae6b30c883b97634a/68747470733a2f2f706f7365722e707567782e6f72672f666f6f73746172742f7061636b6167652d66696c656d616e616765722f762f737461626c65)](https://packagist.org/packages/foostart/package-filemanager)[![Total Downloads](https://camo.githubusercontent.com/053eafecce79017413c4157536f2f071dbabc42fbf2b33dcd7b6c7f353d0d176/68747470733a2f2f706f7365722e707567782e6f72672f666f6f73746172742f7061636b6167652d66696c656d616e616765722f646f776e6c6f616473)](https://packagist.org/packages/foostart/package-filemanager)[![License](https://camo.githubusercontent.com/8c5d24da09eb5a24eea78c3d5eb0507acb1d1bb2daf014ed7c292fb3adf4d93a/68747470733a2f2f706f7365722e707567782e6f72672f666f6f73746172742f7061636b6167652d66696c656d616e616765722f6c6963656e7365)](https://packagist.org/packages/foostart/package-filemanager)

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

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

[](#v18-released)

- Please follow the intructions in [upgrade document](https://foostart.github.io/package-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://foostart.github.io/package-filemanager/config) is refactored.

Security
--------

[](#security)

It is important to note that if you use your own routes **you must protect your routes to package-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 package-filemanager, simply wrap the routes in a group, perhaps like this:

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

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

**If you use the package-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
- Configurable disk of storage
- (in progress) Responsive design
- (in progress) Config refactoring
- (done) JSON APIs
- Move to folder function
- Applying MIME icon generator
- (done) Bootstrap 4 support

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

[](#contributors--credits)

### Developers / Maintainers

[](#developers--maintainers)

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

### Contributors

[](#contributors)

- [All contibutors](https://github.com/foostart/package-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

37

—

LowBetter than 83% of packages

Maintenance50

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~137 days

Recently: every ~2 days

Total

15

Last Release

359d ago

Major Versions

1.0.2 → 8.0.02020-12-27

8.0.1 → 10.0.92020-12-29

10.0.9 → 12.0.02021-09-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/5428c69d6cc7340ff173006fd472d749f3d8de299ba9639615b89c096e1bb8c3?d=identicon)[foostart.com](/maintainers/foostart.com)

---

Top Contributors

[![foostart](https://avatars.githubusercontent.com/u/26062136?v=4)](https://github.com/foostart "foostart (4 commits)")[![freeze96](https://avatars.githubusercontent.com/u/31513541?v=4)](https://github.com/freeze96 "freeze96 (1 commits)")

---

Tags

laravelimagefilemanageruploadCKEditortinymcefilemanager

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/foostart-package-filemanager/health.svg)

```
[![Health](https://phpackages.com/badges/foostart-package-filemanager/health.svg)](https://phpackages.com/packages/foostart-package-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)
