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 12mo 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 today

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

17

—

LowBetter than 6% of packages

Maintenance37

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)
```

PHPackages © 2026

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