PHPackages                             ericlagarda/nova-gallery - 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. ericlagarda/nova-gallery

ActiveLibrary[Admin Panels](/categories/admin)

ericlagarda/nova-gallery
========================

A Laravel Nova tool.

v1.3(7y ago)94.3k↓20%6[4 issues](https://github.com/Krato/NovaGallery/issues)MITVuePHP &gt;=7.1.0

Since Apr 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Krato/NovaGallery)[ Packagist](https://packagist.org/packages/ericlagarda/nova-gallery)[ RSS](/packages/ericlagarda-nova-gallery/feed)WikiDiscussions master Synced 1mo ago

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

Nova Gallery
============

[](#nova-gallery)

Photo gallery tool for Laravel Nova.

[![preview](https://user-images.githubusercontent.com/74367/56567874-1870a700-65b6-11e9-90a3-502acc857f12.png)](https://user-images.githubusercontent.com/74367/56567874-1870a700-65b6-11e9-90a3-502acc857f12.png)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require ericlagarda/nova-gallery
```

Then, register the tool in NovaServiceProvider.php

```
use EricLagarda\NovaGallery\NovaGallery;

public function tools()
{
    return [
        // ...

        new NovaGallery
    ];
}
```

Then, publish the migration and migrate the tables:

```
php artisan vendor:publish --tag=gallery-migration
php artisan migrate
```

And set the Gallery Storage disk on your env file:

```
GALLERY_DISK=my_custom_storage

```

Use
---

[](#use)

You can create albums and add photos into the albums. You can:

- Change the name of each photo
- Change the description of each photo
- Reorder photos

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance11

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

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

Total

3

Last Release

2580d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3865030b01e29299f1f6837852ba6a70fea204ceb46e58a917d4e4398268800f?d=identicon)[Krato1](/maintainers/Krato1)

---

Top Contributors

[![Krato](https://avatars.githubusercontent.com/u/74367?v=4)](https://github.com/Krato "Krato (5 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/ericlagarda-nova-gallery/health.svg)

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

###  Alternatives

[benjacho/belongs-to-many-field

belongsToMany nova representation in field.

158811.4k1](/packages/benjacho-belongs-to-many-field)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

37733.0k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[ebess/nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.

32313.2k](/packages/ebess-nova-collapsible-sidebar)

PHPackages © 2026

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