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

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

afzalsabbir/filemanager
=======================

Backpack admin interface for files and folder, using elFinder

v2.0.0(3y ago)0127MITCSS

Since May 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AfzalSabbir/filemanager)[ Packagist](https://packagist.org/packages/afzalsabbir/filemanager)[ Docs](https://github.com/afzalsabbir/filemanager)[ RSS](/packages/afzalsabbir-filemanager/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (6)Versions (8)Used By (0)

FileManager
===========

[](#filemanager)

[![Latest Version on Packagist](https://camo.githubusercontent.com/187b4ea382389a452cb25cd5281a59bfb56c53dfd74eb6402402d106c54e531b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6261636b7061636b2f66696c656d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/backpack/filemanager)[![Total Downloads](https://camo.githubusercontent.com/938609a37ec2d55c023dd2fa4329b04bd37671a31a6775ab1e235a4b4e3b75bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261636b7061636b2f66696c656d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/backpack/filemanager)[![Build Status](https://camo.githubusercontent.com/946b6942bfcccefa8c6a08eb947ae55325a8a1830fbbd311b98966f5d6df1b4c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6261636b7061636b2f66696c656d616e616765722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/backpack/filemanager)[![StyleCI](https://camo.githubusercontent.com/2dc5837a5bd590f8e8cc302f487bdeecbb70c3c17ffa84181ec12a7dc606d24f/68747470733a2f2f7374796c6563692e696f2f7265706f732f3234393032303333382f736869656c64)](https://styleci.io/repos/249020338)

Backpack admin interface for files and folder, using [barryvdh/laravel-elfinder](https://github.com/barryvdh/laravel-elfinder). This package *literally* just:

- creates a `public/uploads` folder;
- installs `barryvdh/laravel-elfinder`;
- publishes an elFinder config and view, for elFinder to play nice with Backpack;
- adds a menu item to the sidebar;

[![https://backpackforlaravel.com/uploads/docs-4-0/media_library.png](https://camo.githubusercontent.com/722bf260349d10332ee44c77fa7744044f167a0c92f5a22a4251e4f127deb5ac/68747470733a2f2f6261636b7061636b666f726c61726176656c2e636f6d2f75706c6f6164732f646f63732d342d302f6d656469615f6c6962726172792e706e67)](https://camo.githubusercontent.com/722bf260349d10332ee44c77fa7744044f167a0c92f5a22a4251e4f127deb5ac/68747470733a2f2f6261636b7061636b666f726c61726176656c2e636f6d2f75706c6f6164732f646f63732d342d302f6d656469615f6c6962726172792e706e67)

Installation
------------

[](#installation)

From your command line, require the package (this will also require barryvdh/laravel-elfinder):

```
composer require afzalsabbir/filemanager
```

Then run the install process:

```
php artisan backpack:filemanager:install
```

That's it. Hit refresh in your admin panel, and you'll find a new sidebar item pointing to the File Manager.

Theme
-----

[](#theme)

### Setup `\Backpack\FileManager\Middleware\FileManagerMiddleware`

[](#setup-backpackfilemanagermiddlewarefilemanagermiddleware)

Add this line in file: `app\Http\Kernel.php` and property: `$middlewareGroups['web']`

```
protected $middlewareGroups = [
    'web' => [
        ...
        \Backpack\FileManager\Middleware\FileManagerMiddleware::class,
        ...
    ],
];

```

Then publish the config, assets and view files:

```
php artisan vendor:publish --provider=Backpack\FileManager\FileManagerServiceProvider
```

[![download.png](https://camo.githubusercontent.com/79ff3ea351de562a58cd85986587cb5593405f15f11e1132253d0cc8a4cda591/68747470733a2f2f692e706f7374696d672e63632f6a644c42705079362f646f776e6c6f61642e706e67)](https://i.postimg.cc/jdLBpPy6/download.png)

Usage
-----

[](#usage)

You can use elFinder in Backpack:

- stand-alone, by accessing the `/admin/elfinder` route (see screenshot above);
- inside the [`browse`](https://backpackforlaravel.com/docs/4.1/crud-fields#browse), [`browse_multiple`](https://backpackforlaravel.com/docs/4.1/crud-fields#browse_multiple) or [`ckeditor`](https://backpackforlaravel.com/docs/4.1/crud-fields#ckeditor) field types;

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Cristian Tabacitu](https://tabacitu.ro)
- [All Contributors](../../contributors)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~6 days

Total

5

Last Release

1418d ago

Major Versions

v1.1.3 → v2.0.02022-06-24

### Community

Maintainers

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

---

Top Contributors

[![AfzalSabbir](https://avatars.githubusercontent.com/u/39697431?v=4)](https://github.com/AfzalSabbir "AfzalSabbir (11 commits)")

---

Tags

laravelfilemanager

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[backpack/filemanager

Backpack admin interface for files and folder, using elFinder

98472.9k6](/packages/backpack-filemanager)[infinety-es/nova-filemanager

Filemanager tool for Laravel Nova

219365.7k4](/packages/infinety-es-nova-filemanager)[haruncpi/laravel-simple-filemanager

A simple filemanager for Laravel

10535.7k](/packages/haruncpi-laravel-simple-filemanager)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)[stepanenko3/nova-filemanager

File manager tool for Laravel Nova

1633.5k2](/packages/stepanenko3-nova-filemanager)

PHPackages © 2026

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