PHPackages                             cmxperts/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. [Image &amp; Media](/categories/media)
4. /
5. cmxperts/media-manager

ActiveLibrary[Image &amp; Media](/categories/media)

cmxperts/media-manager
======================

Media Manager, Upload, Add, Delete Media Files

v1.03(2y ago)031MITCSS

Since Jul 25Pushed 2y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

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

[](#laravel-media-manager)

Media Manager Upload/Delete Manage your Media for Laravel 10

### Installation

[](#installation)

1. Run

```
composer require cmxperts/media-manager
```

***Step 2 &amp; 3 are optional if you are using laravel 5.5***

2. Add the following class, to "providers" array in the file config/app.php (optional on laravel 5.5)

```
CmXperts\MediaManager\Providers\CmXpertsMediaManagerServiceProvider::class,
```

3. Run publish

```
php artisan vendor:publish --provider="CmXperts\MediaManager\Providers\CmXpertsMediaManager"
```

5. Configure (optional) in ***config/cmx\_media.php*** :

- ***CUSTOM MIDDLEWARE:*** You can add you own middleware
- ***TABLE PREFIX:*** By default this package will create 1 new table named "uploads" but you can still add your own table prefix avoiding conflict with existing table
- ***TABLE NAME*** If you want use specific name of table you have to modify that and the migrations
- ***Custom routes*** If you want to edit the route path you can edit the field

6. Run migrate

```
php artisan migrate
```

DONE

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity7

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

Every ~86 days

Total

4

Last Release

760d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b794f011935f7137cf1327d6b3c8694909e7c5f94402576b5dabc76bbe7bcd33?d=identicon)[cmxperts](/maintainers/cmxperts)

---

Top Contributors

[![cmxperts](https://avatars.githubusercontent.com/u/139944228?v=4)](https://github.com/cmxperts "cmxperts (14 commits)")

---

Tags

laravelimagesmediauppyuploader

### Embed Badge

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

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

###  Alternatives

[talvbansal/media-manager

A media browser and uploader for laravel apps written in vue js and bootstrap

20827.7k4](/packages/talvbansal-media-manager)[silvanite/nova-field-cloudinary

A Laravel Nova Image Field with Flysystem Adapter for storing and retrieving media from Cloudinary

2971.9k3](/packages/silvanite-nova-field-cloudinary)[okipa/laravel-medialibrary-ext

Extra features for spatie/laravel-medialibrary package.

1011.2k](/packages/okipa-laravel-medialibrary-ext)

PHPackages © 2026

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