PHPackages                             thesold/laravel-media-manager - 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. thesold/laravel-media-manager

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

thesold/laravel-media-manager
=============================

Laravel Media Manager for use with Vue Media Manager

v1.1.3(8y ago)1761GPL-3.0PHPPHP &gt;=7.0.0

Since Feb 4Pushed 8y ago2 watchersCompare

[ Source](https://github.com/thesold/laravel-media-manager)[ Packagist](https://packagist.org/packages/thesold/laravel-media-manager)[ RSS](/packages/thesold-laravel-media-manager/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (8)Used By (1)

Laravel Media Manager
=====================

[](#laravel-media-manager)

A Laravel companion package to work with [thesold/vue-media-manager](https://github.com/thesold/vue-media-manager) to provide a ready-made Media Manager interface with back-end.

[![Latest Version on Packagist](https://camo.githubusercontent.com/9796ee688c52057ff452b3364780abbeb55cc4774afd4cf312529c6e5349b5a9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746865736f6c642f6c61726176656c2d6d656469612d6d616e616765722e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/thesold/laravel-media-manager)

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

[](#installation)

```
composer require thesold/laravel-media-manager
```

This package uses auto-loading in Laravel 5.5

For Laravel 5.1 - 5.4 load the Service Provider and Facde.

```
// config/app.php

'providers' => [
    ...
    Thesold\LaravelMediaManager\MediaServiceProvider::class,
];
```

You are free to publish the `laravelmediamanager.php` config to customise the package, however we recommend using environment variables to specify required settings.

Drivers
-------

[](#drivers)

### Default (File) driver

[](#default-file-driver)

The default driver uses the Intervention Image library to perform basic resizing and cropping. You can customise the image and upload folders.

```
# .env

LARAVELMEDIAMANAGER_DRIVER=default
LARAVELMEDIAMANAGER_FOLDER=media # The folder inside the public path where resized images are stored
LARAVELMEDIAMANAGER_UPLOAD_FOLDER=mediamanager # The upload folder within the storage directory where original images (uploads) are stored. These are not publicly accessible
```

### Cloudinary driver

[](#cloudinary-driver)

Cloudinary is a cloud based media library offering excellent image optimisation and resizing including facial recognition and focal point cropping. A free cloudinary account is required to use this driver.

```
# .env

LARAVELMEDIAMANAGER_DRIVER=cloudinary
LARAVELMEDIAMANAGER_CLOUD_NAME=cloudinary-cloud-name
LARAVELMEDIAMANAGER_API_KEY=cloudinary-api-key
LARAVELMEDIAMANAGER_API_SECRET=cloudinary-api-secret
```

Usage
-----

[](#usage)

The package includes all routes, middleware and controllers to enable the Vue media library. Simply install [thesold/vue-media-manager](https://github.com/thesold/vue-media-manager) and follow the instructions to specify your Laravl Media Manager URL.

Support
-------

[](#support)

If you require any support please contact me on [Twitter](https://twitter.com/m2de_io) or open an issue on this repository.

License
-------

[](#license)

GPL-3.0

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~14 days

Total

5

Last Release

2975d ago

### Community

Maintainers

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

---

Top Contributors

[![m2de](https://avatars.githubusercontent.com/u/17720020?v=4)](https://github.com/m2de "m2de (22 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/thesold-laravel-media-manager/health.svg)

```
[![Health](https://phpackages.com/badges/thesold-laravel-media-manager/health.svg)](https://phpackages.com/packages/thesold-laravel-media-manager)
```

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1864.9M40](/packages/barryvdh-elfinder-flysystem-driver)[october/rain

October Rain Library

1601.7M73](/packages/october-rain)[cloudinary/cloudinary-magento2

Cloudinary Magento 2 Integration.

16160.0k](/packages/cloudinary-cloudinary-magento2)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19346.6k3](/packages/symfony-ux-cropperjs)

PHPackages © 2026

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