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

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

amirhellboy/filament-filemanager
================================

File Manager for Filament

v1.0.10(6mo ago)130[1 PRs](https://github.com/amirhellboy/filament-filemanager/pulls)MITBladePHP ^8.1

Since Sep 22Pushed 6mo agoCompare

[ Source](https://github.com/amirhellboy/filament-filemanager)[ Packagist](https://packagist.org/packages/amirhellboy/filament-filemanager)[ RSS](/packages/amirhellboy-filament-filemanager/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

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

[](#filament-filemanager)

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

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

[](#installation)

1-Install the package via composer

```
composer require amirhellboy/filament-filemanager
```

2-Publish assets

```
php artisan vendor:publish --provider="Amirhellboy\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 Amirhellboy\FilamentFileManager\Forms\Components\FileManagerPicker;

FileManagerPicker::make('avatar')
	->columnSpanFull()
	->required()
	->label('انتخاب فایل'),
```

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

36

—

LowBetter than 81% of packages

Maintenance71

Regular maintenance activity

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Total

11

Last Release

198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cdaa49f725648738915ec872b356bab663cd448c8d01a4ebbe58622784765c3?d=identicon)[amirhellboy](/maintainers/amirhellboy)

---

Top Contributors

[![amirhellboy](https://avatars.githubusercontent.com/u/26220764?v=4)](https://github.com/amirhellboy "amirhellboy (10 commits)")

---

Tags

laravelfilemanagerfilament

### Embed Badge

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

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

###  Alternatives

[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.

718.5k1](/packages/mwguerra-filemanager)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)[3x1io/filament-browser

File &amp; Folders &amp; Media Browser With Code Editor

491.3k](/packages/3x1io-filament-browser)[stepanenko3/nova-filemanager

File manager tool for Laravel Nova

1633.5k2](/packages/stepanenko3-nova-filemanager)[josefbehr/filament-spatie-media-library-croppie

A filament form field for image upload using spatie media library and croppie.js

126.6k](/packages/josefbehr-filament-spatie-media-library-croppie)

PHPackages © 2026

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