PHPackages                             concaveit/media - 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. [Admin Panels](/categories/admin)
4. /
5. concaveit/media

ActiveLibrary[Admin Panels](/categories/admin)

concaveit/media
===============

A simple package for laravel media gallery for admin panel

017Blade

Since Oct 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ConcaveIT/laravel-media-gallery)[ Packagist](https://packagist.org/packages/concaveit/media)[ RSS](/packages/concaveit-media/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Add bellow codes to master.blade.php in before body tag ends--

&lt;script&gt; jQuery(document).on('click','.initConcaveMedia',function(){ var inputName,inputType,imageWidth,imageHeight; inputName = jQuery(this).attr('data-input-name'); inputType = jQuery(this).attr('data-input-type'); imageWidth = jQuery(this).attr('data-image-width'); imageHeight = jQuery(this).attr('data-image-height'); imageResize = jQuery(this).attr('data-resize'); fileLocation = jQuery(this).attr('data-file-location'); jQuery(this).addClass('triggeredButton'); jQuery.ajax({ url: "{{route('concave.gallery')}}", type: "get", data: {inputName:inputName,inputType:inputType,imageWidth:imageWidth,imageHeight:imageHeight,imageResize:imageResize,fileLocation:fileLocation} , success: function (response) { jQuery('body').prepend(response); }, error: function(jqXHR, textStatus, errorThrown) { console.log(textStatus, errorThrown); } }); }) &lt;/script&gt; ```
@include('concaveit_media::includes/styles')

```

 &lt;script&gt; jQuery(document).on('click','.selected\_image\_remove',function(){ var removeItem = jQuery(this).attr('data-file-url'); jQuery(this).closest('span').remove(); jQuery('input\[value="'+removeItem+'"\]').remove(); }); &lt;/script&gt;

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![ConcaveIT](https://avatars.githubusercontent.com/u/44179552?v=4)](https://github.com/ConcaveIT "ConcaveIT (6 commits)")

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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