PHPackages                             jennosgroup/laramedia - 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. jennosgroup/laramedia

ActivePackage

jennosgroup/laramedia
=====================

Laramedia is a media library package for Laravel that allows you to upload and manage files through a graphical interface.

V1.0.5(1y ago)024MITJavaScriptPHP ^8.0

Since Jan 14Pushed 1y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (3)Versions (8)Used By (0)

Laramedia
=========

[](#laramedia)

### About

[](#about)

Laramedia is a media library package for Laravel that allows you to upload and manage files through a graphical interface.

### Installation

[](#installation)

Install with composer - `composer require jennosgroup/laramedia`.

### Setup

[](#setup)

Run the `php artisan migrate` command after installing the package.

Publish the package configuration file with artisan command `php artisan vendor:publish --tag=laramedia-config`.

Publish the package assets with artisan command `php artisan vendor:publish --tag=laramedia-assets`.

In the head section of your html file, include the following, which should be higher in the head section of your html file than any of the other scripts that the package will require you to manually declare:

``

Include the following package stylesheet in your html file:

``

Our package makes use of font awesome as well. We'd love for you to be so kind and include in your html files. You're free to change the version of font awesome.

``

Include the following script in your html file:

``

Include the following just before the closing body element of your html file.

`@include('laramedia::templates')`

### Setup Files Listings Page

[](#setup-files-listings-page)

In the package configuration file, set the `listings_view_path` value as the path for your listings page view.

```
/**
 * The view path for the listings page.
 */
'listings_view_path' => 'admin.files-listings',
```

Then include `@include(laramedia::listings)` in the listings view and watch all the magic unfold.

Ensure that the following script is in the html for your listings page:

``

### Security Vulnerabilities

[](#security-vulnerabilities)

If you discover a security vulnerability, please send an e-mail to Jenry Ollivierre via . All security vulnerabilities will be promptly addressed.

### License

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance43

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Recently: every ~89 days

Total

7

Last Release

489d ago

### Community

Maintainers

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

---

Top Contributors

[![JenryOllivierre](https://avatars.githubusercontent.com/u/20805974?v=4)](https://github.com/JenryOllivierre "JenryOllivierre (56 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/jennosgroup-laramedia/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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