PHPackages                             php-junior/nova-quick-view - 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. [Templating &amp; Views](/categories/templating)
4. /
5. php-junior/nova-quick-view

ActiveLibrary[Templating &amp; Views](/categories/templating)

php-junior/nova-quick-view
==========================

Laravel Nova Quick View.

v1.0.0(5y ago)103.1k↓50%1[1 issues](https://github.com/PHPJunior/nova-quick-view/issues)MITPHPPHP &gt;=7.1.0

Since Dec 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/PHPJunior/nova-quick-view)[ Packagist](https://packagist.org/packages/php-junior/nova-quick-view)[ RSS](/packages/php-junior-nova-quick-view/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Nova Quick View
===============

[](#nova-quick-view)

[![Latest Stable Version](https://camo.githubusercontent.com/df44547c3d90da347d4bfe45a38d0ef1cba6bba2d1c9d268eeb20f8cc6c0ac02/68747470733a2f2f706f7365722e707567782e6f72672f7068702d6a756e696f722f6e6f76612d717569636b2d766965772f762f737461626c65)](https://packagist.org/packages/php-junior/nova-quick-view)[![Total Downloads](https://camo.githubusercontent.com/b3130ede3e74a312083fd34815661664a12b6be5d04fb9f041ee892895aa2484/68747470733a2f2f706f7365722e707567782e6f72672f7068702d6a756e696f722f6e6f76612d717569636b2d766965772f646f776e6c6f616473)](https://packagist.org/packages/php-junior/nova-quick-view)

[![screenshot 1](screenshots/1.png)](screenshots/1.png)[![screenshot 2](screenshots/2.png)](screenshots/2.png)[![screenshot 3](screenshots/3.gif)](screenshots/3.gif)

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

[](#installation)

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

```
composer require php-junior/nova-quick-view
```

Usage
-----

[](#usage)

Add the following code :

```
public function fields(Request $request)
{
    return [
        ...
        NovaQuickView::make('Hello', function () {
            return 'Hi, there!';
        })
        ->icon('el-icon-search')
        ->title('I am the title')
        ->direction('rtl') rtl / ltr / ttb / btt
        ...
    ];
}
```

If you need to render HTML content :

```
public function fields(Request $request)
{
    return [
        ...
        NovaQuickView::make('Hello', function () {
            return view('partials.hello', [
                'text' => 'Hi, there!'
            ])->render();
        })
        ->icon('el-icon-search')
        ->title('I am the title')
        ->direction('rtl') // rtl / ltr / ttb / btt
        ...
    ];
}
```

Please check icon list from [element](https://element.eleme.io/#/en-US/component/icon). If you want to use fontawesome or others, import CSS file in `layout.blade.php`

Credits
-------

[](#credits)

- All Contributors

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1987d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2695272c87c7144c984ddf468d380477dc578b617e7da5502eb4e7eff1f6087?d=identicon)[Nyi Nyi Lwin](/maintainers/Nyi%20Nyi%20Lwin)

---

Top Contributors

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

---

Tags

laravelviewnovaquick viewlook

### Embed Badge

![Health badge](/badges/php-junior-nova-quick-view/health.svg)

```
[![Health](https://phpackages.com/badges/php-junior-nova-quick-view/health.svg)](https://phpackages.com/packages/php-junior-nova-quick-view)
```

###  Alternatives

[outl1ne/nova-multiselect-field

A multiple select field for Laravel Nova.

3402.9M2](/packages/outl1ne-nova-multiselect-field)[waynestate/nova-ckeditor4-field

This nova package allows you to use CKEditor 4 for text areas.

62739.1k8](/packages/waynestate-nova-ckeditor4-field)[itstructure/laravel-grid-view

Grid view for laravel framework

2546.6k2](/packages/itstructure-laravel-grid-view)[saumini/ellipsis-textarea

A Laravel Nova textarea field with ellipsis support

12146.9k](/packages/saumini-ellipsis-textarea)[delatbabel/viewpages

Support rendering/view of Laravel pages and templates from a database.

121.4k](/packages/delatbabel-viewpages)

PHPackages © 2026

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