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

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

creode/nova-media
=================

1.4.0(2y ago)0331PHP

Since Nov 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/creode-modules/nova-media)[ Packagist](https://packagist.org/packages/creode/nova-media)[ RSS](/packages/creode-nova-media/feed)WikiDiscussions 1.x Synced 2d ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (1)

Nova Media
==========

[](#nova-media)

Simple Nova resource which will work like a media library, allowing you to store different media items.

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

[](#installation)

You can install this package with the following command:

```
composer require creode/nova-media
```

You also need to run the migrations which will create a new media table:

```
php artisan migrate
```

Usage
-----

[](#usage)

Render the field by id within blade:

```
@include('nova-media::media', ['id' => $id])

```

### Media Field

[](#media-field)

You can also use the media field within your Nova resource:

```
MediaField::make('Media')
```

This will automatically create a select box which will allow you to select a media item.

Configuration
-------------

[](#configuration)

You can configure which filesystem disk to use for the media library by publishing the config file:

```
php artisan vendor:publish --tag="nova-media-config"
```

And overwriting the disk parameter, alternatively you can set the `NOVA_MEDIA_DISK` environment variable.

Publishing Views
----------------

[](#publishing-views)

You can publish the views for this package by running the following command:

```
php artisan vendor:publish --tag="nova-media-views"
```

This will add a new view into the `resources/views/vendor/nova-media` directory which you can edit to change the way the media is displayed.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63% 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 ~18 days

Total

6

Last Release

865d ago

### Community

Maintainers

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

---

Top Contributors

[![jaymeh](https://avatars.githubusercontent.com/u/18261676?v=4)](https://github.com/jaymeh "jaymeh (17 commits)")[![creode-dev](https://avatars.githubusercontent.com/u/19706903?v=4)](https://github.com/creode-dev "creode-dev (7 commits)")[![liam-spedding](https://avatars.githubusercontent.com/u/111750536?v=4)](https://github.com/liam-spedding "liam-spedding (3 commits)")

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2852.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2862.1M9](/packages/outl1ne-nova-sortable)[mostafaznv/nova-ckeditor

CkEditor for Laravel Nova

58376.5k1](/packages/mostafaznv-nova-ckeditor)[ctessier/nova-advanced-image-field

An advanced image field for Nova with cropping and resizing.

102568.0k1](/packages/ctessier-nova-advanced-image-field)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[mostafaznv/nova-video

Video Field for Laravel Nova

22458.8k2](/packages/mostafaznv-nova-video)

PHPackages © 2026

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