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

ActiveLibrary

awttechnology/filament-filemanager
==================================

File Manager for Filament

v0.1.0(1mo ago)01↑2900%MITBladePHP ^8.1

Since Mar 28Pushed 1mo agoCompare

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

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

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

[](#filament-filemanager)

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

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

[](#installation)

1-Install the package via composer

```
composer require awttechnology/filament-filemanager
```

2-Publish assets

```
php artisan vendor:publish --provider="AwtTechnology\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 AwtTechnology\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

35

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelfilemanagerfilament

### Embed Badge

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

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[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)[spatie/filament-simple-stats

Opinionated prebuilt stat widgets to quickly add to your Filament dashboards.

2317.9k](/packages/spatie-filament-simple-stats)[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2312.7k](/packages/agencetwogether-hookshelper)

PHPackages © 2026

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