PHPackages                             ridhima/mediamanager - 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. ridhima/mediamanager

ActiveLibrary

ridhima/mediamanager
====================

v1.1.0(4y ago)78.6k↓50%7MITPHP

Since Sep 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/B2rana/bagisto-mediamanager)[ Packagist](https://packagist.org/packages/ridhima/mediamanager)[ RSS](/packages/ridhima-mediamanager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Bagisto Media Manager
=====================

[](#bagisto-media-manager)

[![Packagist Downloads](https://camo.githubusercontent.com/4e0f77db0ab2b20794b66c769fca2f0013d47c2bc3c3ac9743133d5ab2a14392/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72696468696d612f6d656469616d616e61676572)](https://camo.githubusercontent.com/4e0f77db0ab2b20794b66c769fca2f0013d47c2bc3c3ac9743133d5ab2a14392/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72696468696d612f6d656469616d616e61676572) [![Packagist License](https://camo.githubusercontent.com/cd5996bf84a5baf83e23af71e678160aae3bab4e9b2d5724a22f22779b486629/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f72696468696d612f6d656469616d616e61676572)](https://camo.githubusercontent.com/cd5996bf84a5baf83e23af71e678160aae3bab4e9b2d5724a22f22779b486629/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f72696468696d612f6d656469616d616e61676572)

This extension integrates [barryvdh/laravel-elfinder](https://github.com/barryvdh/laravel-elfinder) media manager.

Requirements
------------

[](#requirements)

- [Bagisto](https://github.com/bagisto/bagisto)

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

[](#installation)

### Install with composer

[](#install-with-composer)

Require this package with Composer

```
composer require ridhima/mediamanager

```

Add the ServiceProvider to the providers array in **config/app.php**

```
Ridhima\MediaManager\Providers\MediaManagerServiceProvider::class
```

Run below commands before publishing assets to the public folder:

```
composer dump-autoload
php artisan config:clear
php artisan cache:clear
php artisan route:clear
php artisan storage:link

```

Run below artisan command to download the required assets files to the public folder

```
php artisan mediamanager:publish

```

Remember to publish the assets after each update (or add the command to your post-update-cmd in composer.json)

Run below command to publish config and additional assets files to make it compatible with Bagisto backend theme

```
php artisan vendor:publish --provider='Ridhima\MediaManager\Providers\MediaManagerServiceProvider'

```

Add below lines of code in **config\\filesystems.php** to add a new disk.

```
'mediamanager' => [
    'driver' => 'local',
    'root'   => storage_path('app/public/media'),
]

```

In your config/elfinder.php, you can change the default folder, the access callback or define your own roots. Rest of the configuration details are mentioned in [barryvdh/laravel-elfinder](https://github.com/barryvdh/laravel-elfinder) media manager.

### Install with package folder

[](#install-with-package-folder)

1. Unzip all the files to **packages/Ridhima/MediaManager**.
2. Run composer command to download the required package

```
composer require barryvdh/laravel-elfinder:^0.4.7

```

3. Goto composer.json file inside the Bagisto root directory then add the following line under 'psr-4'

```
"Ridhima\\MediaManager\\": "packages/Ridhima/MediaManager/src"

```

4. Goto **config/app.php** file then add the following line under 'webkul packages'

```
Ridhima\MediaManager\Providers\MediaManagerServiceProvider::class

```

5. Run below commands before publishing assets to the public folder:

```
composer dump-autoload
php artisan config:clear
php artisan cache:clear
php artisan storage:link

```

6. Run below artisan command to download the required assets files to the public folder:

```
php artisan mediamanager:publish

```

7. After that run below command to publish config and additional assets files to make it compatible with Bagisto backend theme

```
php artisan vendor:publish --provider='Ridhima\MediaManager\Providers\MediaManagerServiceProvider'

```

8. Add below lines of code in **config\\filesystems.php** to add a new disk.

```
'mediamanager' => [
    'driver' => 'local',
    'root'   => storage_path('app/public/media'),
]

```

Now you can manage the static media files from the dedicated section as well as from the editor.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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 ~84 days

Total

2

Last Release

1614d ago

### Community

Maintainers

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

---

Top Contributors

[![Pushkar-Rana](https://avatars.githubusercontent.com/u/2259211?v=4)](https://github.com/Pushkar-Rana "Pushkar-Rana (11 commits)")[![v-pushkar-rana](https://avatars.githubusercontent.com/u/208431603?v=4)](https://github.com/v-pushkar-rana "v-pushkar-rana (4 commits)")[![B2rana](https://avatars.githubusercontent.com/u/1181404?v=4)](https://github.com/B2rana "B2rana (1 commits)")

### Embed Badge

![Health badge](/badges/ridhima-mediamanager/health.svg)

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

###  Alternatives

[serverfireteam/panel

Admin panel for Laravel applications

42532.2k2](/packages/serverfireteam-panel)[backpack/filemanager

Backpack admin interface for files and folder, using elFinder

98472.9k6](/packages/backpack-filemanager)

PHPackages © 2026

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