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

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

webplusmultimedia/filemanager
=============================

Manage files with this file manager made with alpinejs, livewire and tailwind CSS

V0.9.9(3y ago)15832[5 PRs](https://github.com/webplusmultimedia/FileManager/pulls)MITPHPPHP ^8.1CI passing

Since Mar 21Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/webplusmultimedia/FileManager)[ Packagist](https://packagist.org/packages/webplusmultimedia/filemanager)[ Docs](https://github.com/webplusmultimedia/filemanager)[ RSS](/packages/webplusmultimedia-filemanager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (15)Versions (16)Used By (0)

Manage files with this file manager made with alpinejs and livewire and tailwindcss
===================================================================================

[](#manage-files-with-this-file-manager-made-with-alpinejs-and-livewire-and-tailwindcss)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a8a1aff85bbe1a8affeb0ab86cf8bd217494a7463673199ec172d8c0735feaec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776562706c75736d756c74696d656469612f66696c656d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/webplusmultimedia/filemanager)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e9af02169386a98e9aa5dbbea1df86bfc32af692a9c869e1a4bf7508fcdcd27b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f776562706c75736d756c74696d656469612f66696c656d616e616765722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/webplusmultimedia/filemanager/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/56dc9cc28e6f545af885f43dafd88f3b96b6aca6f93279f7abcea8a3f3f3be92/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f776562706c75736d756c74696d656469612f66696c656d616e616765722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/webplusmultimedia/filemanager/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/423e8a0e0edc39fe502faab34ba4e5c3a43f36918e009b9b67cf69e9ba1b5c4b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776562706c75736d756c74696d656469612f66696c656d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/webplusmultimedia/filemanager)

Want to manage your files and directories in a file manager?

This one is for you. Here is the file manager made with alpineJs, Livewire and Tailwind CSS for Laravel.

This is a simple one, just adding files and directories to a root directory(default is medias) in your public storage path. You can change it in the filemanager config file.

[![img.png](https://camo.githubusercontent.com/ef09213b543bdc761a5d46608b2d55cc715c70af2672d725d7bc56b5050119f2/68747470733a2f2f692e706f7374696d672e63632f587651314d3267742f696d672e706e67)](https://postimg.cc/v1xtftkv)

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

[](#installation)

You can install the package via composer:

```
composer require webplusmultimedia/filemanager
```

You can publish the config file and change the root directory if you want:

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

This is the contents of the published config file:

```
return [
    'root' => 'medias',
];
```

Optionally, you can publish the views, but not recommended because will failing at an future update.

```
php artisan vendor:publish --tag="filemanager-views"
```

Finaly, you need to compile your assets with FileManager ones like that :

```
/* before @tailwind base in your resources/css/app.css */
@import "./vendor/webplusmultimedia/filemanager/resources/dist/css/filemanager.css";
@tailwind base;
```

```
/*  in your resources/js/app.js */
import './vendor/webplusmultimedia/filemanager/resources/dist/js/filemanager'
```

```
/* put that line in content key on your tailwind.config.js */
content:[
    '*** Others paths ***',
    './vendor/webplusmultimedia/filemanager/resources/dist/js/Components/**/*.js'
]
```

Usage
-----

[](#usage)

For simple use in a blade view :

```

                {{ __("Téléversement de fichiers") }}

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Webplusm Multimedia](https://github.com/webplusmultimedia)

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance58

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

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

10

Last Release

1153d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17431035?v=4)[Daniel RAMESAY](/maintainers/webplusmultimedia)[@webplusmultimedia](https://github.com/webplusmultimedia)

---

Top Contributors

[![webplusmultimedia](https://avatars.githubusercontent.com/u/17431035?v=4)](https://github.com/webplusmultimedia "webplusmultimedia (33 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

---

Tags

alpinejsfile-managerlivewiretailwindcsslaravelfilemanagerwebplusmultimedia

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[elegantly/laravel-invoices

Store invoices safely in your Laravel application

23131.8k](/packages/elegantly-laravel-invoices)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)

PHPackages © 2026

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