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 1mo 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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

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

818d 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

[ctessier/nova-advanced-image-field

An advanced image field for Nova with cropping and resizing.

103548.4k1](/packages/ctessier-nova-advanced-image-field)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[mostafaznv/nova-ckeditor

CkEditor for Laravel Nova

57327.2k1](/packages/mostafaznv-nova-ckeditor)[mostafaznv/nova-video

Video Field for Laravel Nova

22398.0k1](/packages/mostafaznv-nova-video)[contao/image

Contao image library

131.7M9](/packages/contao-image)[intervention/image-driver-vips

libvips driver for Intervention Image

4495.5k6](/packages/intervention-image-driver-vips)

PHPackages © 2026

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