PHPackages                             uidb-dev/laravel-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. uidb-dev/laravel-filemanager

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

uidb-dev/laravel-filemanager
============================

0231Blade

Since Jul 6Pushed 10mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 FileManager - Upgrade to Laravel 9
============================================

[](#laravel-5-filemanager---upgrade-to-laravel-9)

========

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

[](#installation)

### Laravel &gt;= 5.5:

[](#laravel--55)

Require this package with composer:

```
composer require uidb-dev/laravel-filemanager
```

That's it :)

### Configuration:

[](#configuration)

Register package's routes in the routes service provider file:

```
FileManager::routes();
```

Publish the config file using:

```
php artisan vendor:publish --tag="file-manager-config"
```

Include the tightenco/ziggy js routes putting the routes generator on your layout file (in the `` tag):

```
@routes
```

For including the package assets add the next lines to your layout template:

```
// Inside the  tag

// And
@include('FileManager::partials.styles')

// Before closing the  tag

    $(function () {
        FileManagerModal.init();
    });

@include('FileManager::partials.scripts')
@include('FileManager::partials.file-manager-modal')
```

Add the crop validation translation to your validation.php translation file:

```
'is_croppable' => 'The :attribute is not croppable according to all sizes.',
```

Prepare a minimalist layout for popup state, then add it to the file-manager.php config file.

- Make sure you choose a disk on the package configuration file - Files will be stored on that disk.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity14

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/16c0319c389a4f6659eb4420d31bc803999ad5992a7da926a7ff0fd360f3dde8?d=identicon)[Valante](/maintainers/Valante)

---

Top Contributors

[![valante](https://avatars.githubusercontent.com/u/5187914?v=4)](https://github.com/valante "valante (15 commits)")[![bar-uidb](https://avatars.githubusercontent.com/u/125952924?v=4)](https://github.com/bar-uidb "bar-uidb (2 commits)")[![orchuban](https://avatars.githubusercontent.com/u/33927385?v=4)](https://github.com/orchuban "orchuban (1 commits)")

### Embed Badge

![Health badge](/badges/uidb-dev-laravel-filemanager/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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