PHPackages                             ichbin/filament-elfinder - 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. ichbin/filament-elfinder

ActiveLibrary

ichbin/filament-elfinder
========================

A Filament Package to integrate elFinder 2

v1.1.0(2y ago)116MITPHPPHP ^8.0

Since Jul 24Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (13)Versions (3)Used By (0)

Laravel filament-elfinder
=========================

[](#laravel-filament-elfinder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e229d077276cf77495edbbcbcb385fe906338ca668e0f945e36c6c3173e0fce3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69636862696e2f66696c616d656e742d656c66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ichbin/filament-elfinder)[![Total Downloads](https://camo.githubusercontent.com/e44be0ff827bd7447b99606a945a0901168c97c06c30795d31089a81874f085b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69636862696e2f66696c616d656e742d656c66696e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ichbin/filament-elfinder)

[![img](https://raw.githubusercontent.com/boyfromhell/filament-elfinder/master/img/filament-elfinder.png)](https://raw.githubusercontent.com/boyfromhell/filament-elfinder/master/img/filament-elfinder.png)

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

[](#installation)

You can install the package via composer:

```
composer require ichbin/filament-elfinder
```

To install the plugin run

```
php artisan filament-elfinder:install
```

This is the contents of the published config file:

```
return array(

    // Group the menu item belongs to
    'group' => 'FileManager',

    // Sidebar label
    'label' => 'Files',

    // title

    'title'=> 'File Manager',

    'icon' => 'heroicon-o-document',

    // Slug

    'slug' => '/admin/elfinder',

    /*
    |--------------------------------------------------------------------------
    | Upload dir
    |--------------------------------------------------------------------------
    |
    | The dir where to store the images (relative from public)
    |
    */
    'dir' => ['storage'],

    /*
    |--------------------------------------------------------------------------
    | Filesystem disks (Flysytem)
    |--------------------------------------------------------------------------
    |
    | Define an array of Filesystem disks, which use Flysystem.
    | You can set extra options, example:
    |
    | 'my-disk' => [
    |        'URL' => url('to/disk'),
    |        'alias' => 'Local storage',
    |    ]
    */
    'disks' => [

    ],

    /*
    |--------------------------------------------------------------------------
    | Roots
    |--------------------------------------------------------------------------
    |
    | By default, the roots file is LocalFileSystem, with the above public dir.
    | If you want custom options, you can set your own roots below.
    |
    */

    'roots' => null,

    /*
    |--------------------------------------------------------------------------
    | Options
    |--------------------------------------------------------------------------
    |
    | These options are merged, together with 'roots' and passed to the Connector.
    | See https://github.com/Studio-42/elFinder/wiki/Connector-configuration-options-2.1
    |
    */

    'options' => array(),

    /*
    |--------------------------------------------------------------------------
    | Root Options
    |--------------------------------------------------------------------------
    |
    | These options are merged, together with every root by default.
    | See https://github.com/Studio-42/elFinder/wiki/Connector-configuration-options-2.1#root-options
    |
    */
    'root_options' => array(

    ),

);
```

Credits
-------

[](#credits)

- [IchBin](https://github.com/IchBin)
- [Website](https://www.gametracker.ro)
- [barryvdh](https://github.com/barryvdh)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.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 ~0 days

Total

2

Last Release

1028d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4071890?v=4)[boyfromhell](/maintainers/boyfromhell)[@boyfromhell](https://github.com/boyfromhell)

---

Top Contributors

[![boyfromhell](https://avatars.githubusercontent.com/u/4071890?v=4)](https://github.com/boyfromhell "boyfromhell (8 commits)")[![vovacorgo](https://avatars.githubusercontent.com/u/47760619?v=4)](https://github.com/vovacorgo "vovacorgo (3 commits)")

---

Tags

laravelfilamentfilament-elfinder

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/ichbin-filament-elfinder/health.svg)

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17554.3k2](/packages/stephenjude-filament-jetstream)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)

PHPackages © 2026

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