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.4k↓87.1%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 today

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

29

—

LowBetter than 57% of packages

Maintenance11

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

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

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

[david-griffiths/nova-dark-theme

A dark theme for Laravel Nova

71600.0k](/packages/david-griffiths-nova-dark-theme)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

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

A Laravel Nova Link field.

31587.5k2](/packages/khalin-nova-link-field)[cloudcake/nova-fixed-bars

A Laravel Nova package to add a responsive and/or fixed sidebar and navigation bar to the Nova admin UI.

33215.1k2](/packages/cloudcake-nova-fixed-bars)[stephenlake/nova-fixed-bars

A Laravel Nova package to add a responsive and/or fixed sidebar and navigation bar to the Nova admin UI.

3377.9k](/packages/stephenlake-nova-fixed-bars)

PHPackages © 2026

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