PHPackages                             caddydz/nova-preview-resource - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. caddydz/nova-preview-resource

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

caddydz/nova-preview-resource
=============================

Preview a Laravel Nova resource via a popup on the index view

1.0.0(3y ago)39.4k3[1 issues](https://github.com/CaddyDz/NovaPreviewResource/issues)MITPHPPHP ^7.4|^8

Since Jul 23Pushed 3y ago2 watchersCompare

[ Source](https://github.com/CaddyDz/NovaPreviewResource)[ Packagist](https://packagist.org/packages/caddydz/nova-preview-resource)[ RSS](/packages/caddydz-nova-preview-resource/feed)WikiDiscussions master Synced 1mo ago

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

### Install the package

[](#install-the-package)

```
composer require caddydz/nova-preview-resource
```

For Laravel Nova 3 and below

```
composer require caddydz/nova-preview-resource:0.0.2
```

### Use the field on any resource

[](#use-the-field-on-any-resource)

```
use Caddydz\NovaPreviewResource\NovaPreviewResource;

NovaPreviewResource::make(__('Preview'))
	->image($this->avatar) // Optional
	->width(150) // Optional (in pixels)
	->options([
		__('Key') => $this->value,
		__('Foo') => $this->bar,
		__('Bar') => $this->baz,
	])
	->noValueText('No options available'), // Optional
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~470 days

Total

3

Last Release

1175d ago

Major Versions

0.0.2 → 1.0.02023-02-19

PHP version history (2 changes)0.0.1PHP &gt;=7.1.0

1.0.0PHP ^7.4|^8

### Community

Maintainers

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

---

Top Contributors

[![CaddyDz](https://avatars.githubusercontent.com/u/13698160?v=4)](https://github.com/CaddyDz "CaddyDz (11 commits)")[![oleksandr-roskovynskyi](https://avatars.githubusercontent.com/u/57599426?v=4)](https://github.com/oleksandr-roskovynskyi "oleksandr-roskovynskyi (1 commits)")

---

Tags

laravel-nova-fieldlaravel-nova-packagelaravelnova

### Embed Badge

![Health badge](/badges/caddydz-nova-preview-resource/health.svg)

```
[![Health](https://phpackages.com/badges/caddydz-nova-preview-resource/health.svg)](https://phpackages.com/packages/caddydz-nova-preview-resource)
```

###  Alternatives

[optimistdigital/nova-sortable

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

2872.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.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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