PHPackages                             michaeld555/filament-explorer - 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. michaeld555/filament-explorer

ActiveLibrary

michaeld555/filament-explorer
=============================

A powerful file, folder, and media browser with an integrated code editor for Laravel Filament.

v1.0.0(1y ago)125↓100%MITPHPPHP ^8.1

Since Mar 24Pushed 1y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Filament File Explorer
======================

[](#filament-file-explorer)

[![Latest Version on Packagist](https://camo.githubusercontent.com/dba23e8c1f9c6078a3cdb90c194c3be64ac66513e04bbaa791f7682e998679d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d69636861656c643535352f66696c616d656e742d6578706c6f7265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/michaeld555/filament-explorer)[![Total Downloads](https://camo.githubusercontent.com/d60b2f9e5827699bde01042b84867c55013eac4f889a2540c6b49699f8f49654/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d69636861656c643535352f66696c616d656e742d6578706c6f7265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/michaeld555/filament-explorer)

Overview
--------

[](#overview)

**Filament File Explorer** is a file explorer and media browser that includes an integrated code editor. It allows you to access and manage server files directly from the Filament panel.

> ⚠ **Warning**
>
> This package is intended for **super-admins only**. It provides unrestricted access to all files and directories on the server and **should not** be made available to regular users.

---

📥 Installation
--------------

[](#-installation)

To install the package, run the following command in your terminal:

```
composer require michaeld555/filament-explorer
```

After installation, run the setup command:

```
php artisan filament-explorer:install
```

Then, register the plugin in your panel provider file located at `/app/Providers/Filament/YourPanelProvider.php`:

```
->plugin(
    \Michaeld555\FilamentExplorer\FilamentExplorerPlugin::make()
        ->hiddenFolders([
            base_path('app')
        ])
        ->hiddenFiles([
            base_path('.env')
        ])
        ->hiddenExtensions([
            "php"
        ])
        ->allowCreateFolder()
        ->allowEditFile()
        ->allowCreateNewFile()
        ->allowRenameFile()
        ->allowDeleteFile()
        ->allowMarkdown()
        ->allowCode()
        ->allowPreview()
        ->hideFromPanel() // Optionally, hide menu navigation from the panel
        ->basePath(base_path())
)
```

📦 Publishing Assets
-------------------

[](#-publishing-assets)

If you need to customize some configurations, you can publish the package files using the following commands:

### 📄 Configuration file:

[](#-configuration-file)

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

### 🎨 View files:

[](#-view-files)

```
php artisan vendor:publish --tag="filament-explorer-views"
```

### 🌍 Language files:

[](#-language-files)

```
php artisan vendor:publish --tag="filament-explorer-lang"
```

---

📜 Changelog
-----------

[](#-changelog)

See the [CHANGELOG](CHANGELOG.md) for more details on recent changes.

---

👥 Credits
---------

[](#-credits)

- [Michael Douglas](https://github.com/michaeld555)
- [TomatoPHP](https://github.com/tomatophp)
- [All Contributors](../../contributors)

---

📄 License
---------

[](#-license)

This project is licensed under the **MIT License**. See the [LICENSE.md](LICENSE.md) file for more details.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance46

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/468ac93c5d3d72f0574d393b2582b56059fcc1cf48f564e63717a685f19d8b50?d=identicon)[michaeld555](/maintainers/michaeld555)

---

Top Contributors

[![michaeld555](https://avatars.githubusercontent.com/u/97418627?v=4)](https://github.com/michaeld555 "michaeld555 (1 commits)")

---

Tags

phplaravelfile managercode editorfilamentfile-explorermedia-browser

### Embed Badge

![Health badge](/badges/michaeld555-filament-explorer/health.svg)

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

###  Alternatives

[tomatophp/filament-browser

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

407.6k2](/packages/tomatophp-filament-browser)[tomatophp/filament-media-manager

Manage your media files using spatie media library with easy to use GUI for FilamentPHP

14543.9k3](/packages/tomatophp-filament-media-manager)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3269.1k1](/packages/tomatophp-filament-artisan)[tomatophp/filament-accounts

Manage your multi accounts inside your app using 1 table with multi auth and a lot of integrations

748.3k7](/packages/tomatophp-filament-accounts)[tomatophp/filament-plugins

Manage your modules as a plugin system with plugin generator

644.7k2](/packages/tomatophp-filament-plugins)[tomatophp/filament-pwa

get a PWA feature on your FilamentPHP app with settings from panel

8115.8k](/packages/tomatophp-filament-pwa)

PHPackages © 2026

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