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

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

lrony94/filament-filemanager
============================

File Manager for Filament

v1.11(1w ago)1121MITBladePHP ^8.1

Since Oct 17Pushed 3w agoCompare

[ Source](https://github.com/lrony94/filament-filemanager)[ Packagist](https://packagist.org/packages/lrony94/filament-filemanager)[ RSS](/packages/lrony94-filament-filemanager/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (16)Used By (0)

Filament Filemanager
====================

[](#filament-filemanager)

[Filament](https://filamentphp.com/) Admin/Forms.

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

[](#installation)

1-Install the package via composer

```
composer require lrony94/filament-filemanager
```

2-Publish assets

```
php artisan vendor:publish --provider="Lrony94\FilamentFileManager\Providers\FileManagerServiceProvider"
```

Usage
-----

[](#usage)

The editor extends the default Field class so most other methods available on that class can be used when adding it to a form.

```
use Lrony94\FilamentFileManager\Forms\Components\FileManagerPicker;

FileManagerPicker::make('avatar')
	->columnSpanFull()
	->required()
	->label('Avatar'),
```

Config
------

[](#config)

The plugin will work without publishing the config, but should you need to change any of the default settings you can publish the config file with the following Artisan command:

```
php artisan vendor:publish --tag="filament-filemanager-config"
```

### Profiles / Tools

[](#profiles--tools)

The package comes with 4 profiles (or toolbars) out of the box. You can also use a pipe `|` to separate tools into groups. The default profile is the full set of tools.

```
"disk" => "local",
"allowed_mimes" => [
	'jpg', 'jpeg', 'png', 'gif', 'webp', 'pdf', 'doc', 'docx', 'xls', 'xlsx', 'zip', 'rar', 'mp4', 'mp3'
],
```

Versioning
----------

[](#versioning)

This project follow the [Semantic Versioning](https://semver.org/) guidelines.

License
-------

[](#license)

Licensed under the MIT license, see [LICENSE.md](LICENSE.md) for details.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance92

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community6

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 ~17 days

Total

15

Last Release

9d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95332ccfd9d6ce977434c1adbb9a96a7c9f03e4c9955ffe0177995c7ccef23be?d=identicon)[lrony94](/maintainers/lrony94)

---

Top Contributors

[![RonyLang](https://avatars.githubusercontent.com/u/230924961?v=4)](https://github.com/RonyLang "RonyLang (3 commits)")

---

Tags

laravelfilemanagerfilament

### Embed Badge

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

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

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

274325.8k8](/packages/croustibat-filament-jobs-monitor)[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)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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