PHPackages                             mmes-design/filament-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. mmes-design/filament-file-manager

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

mmes-design/filament-file-manager
=================================

A beautiful file manager plugin for Filament. Browse, upload, rename, move and delete files with ease.

v1.6.1(3w ago)163.1k↑64.4%2[5 issues](https://github.com/marcomessa/filament-file-manager/issues)MITPHPPHP ^8.2

Since Feb 21Pushed 3w ago1 watchersCompare

[ Source](https://github.com/marcomessa/filament-file-manager)[ Packagist](https://packagist.org/packages/mmes-design/filament-file-manager)[ Docs](https://github.com/marcomessa/filament-file-manager)[ RSS](/packages/mmes-design-filament-file-manager/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (9)Versions (35)Used By (0)

Filament File Manager
=====================

[](#filament-file-manager)

A powerful file manager plugin for [Filament](https://filamentphp.com). Browse, upload, rename, move, and delete files directly from your admin panel.

[![Filament File Manager](https://raw.githubusercontent.com/marcomessa/filament-file-manager/main/art/screenshot.png)](https://raw.githubusercontent.com/marcomessa/filament-file-manager/main/art/screenshot.png)

Features
--------

[](#features)

- File Manager page with grid and list views
- Sorting by name, size, date, and type
- Drag-and-drop file upload with size and batch limits
- Create, rename, move, and delete files and folders
- Bulk operations (delete, move) with multi-select
- Breadcrumb navigation
- Keyboard shortcuts (Ctrl+A, Delete, F2, Escape)
- File preview for images, video, audio, code, and documents
- Automatic thumbnail generation for images
- `FilePicker` form component for selecting files in your resources
- `RichEditor` and `MarkdownEditor` integration
- Granular permissions (access, upload, download, delete, rename, move, create folder)
- Dark mode support
- Translations (English, Italian)
- Security: path sanitization and blocked dangerous extensions

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11+
- Filament 5+

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

[](#installation)

```
composer require mmes-design/filament-file-manager
```

Register the plugin in your panel provider:

```
use MmesDesign\FilamentFileManager\FileManagerPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FileManagerPlugin::make(),
        ]);
}
```

Documentation
-------------

[](#documentation)

Full documentation is available at **[docs.mmes.dev/filament-file-manager](https://docs.mmes.dev/filament-file-manager)**.

PRO Version
-----------

[](#pro-version)

Need remote disks (S3, GCS, FTP/SFTP), multi-disk switching, Spatie Media Library integration, and more? Check out **[Filament File Manager PRO](https://docs.mmes.dev/filament-file-manager/upgrading-to-pro)**.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/marcomessa/filament-file-manager/blob/main/LICENSE.md) for more information.

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance89

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.7% 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 ~4 days

Recently: every ~17 days

Total

26

Last Release

22d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8be1d089cabeef6b75cecb3a657fee0eddcdd0c220c83678983c9e1b064fbe0?d=identicon)[mmes-design](/maintainers/mmes-design)

---

Top Contributors

[![marcomessa](https://avatars.githubusercontent.com/u/4236142?v=4)](https://github.com/marcomessa "marcomessa (29 commits)")[![mustafa-online](https://avatars.githubusercontent.com/u/5323832?v=4)](https://github.com/mustafa-online "mustafa-online (1 commits)")

---

Tags

laravellivewirefile managerfilament

### Embed Badge

![Health badge](/badges/mmes-design-filament-file-manager/health.svg)

```
[![Health](https://phpackages.com/badges/mmes-design-filament-file-manager/health.svg)](https://phpackages.com/packages/mmes-design-filament-file-manager)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

274326.6k8](/packages/croustibat-filament-jobs-monitor)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

7620.3k3](/packages/mwguerra-filemanager)

PHPackages © 2026

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