PHPackages                             fidum/laravel-nova-vapor-ui-link - 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. fidum/laravel-nova-vapor-ui-link

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

fidum/laravel-nova-vapor-ui-link
================================

Link for Laravel Nova to Vapor UI Dashboard.

1.0.2(5y ago)6124.2k↓50%MITBladePHP &gt;=7.3.0

Since Sep 5Pushed 4y ago2 watchersCompare

[ Source](https://github.com/fidum/laravel-nova-vapor-ui-link)[ Packagist](https://packagist.org/packages/fidum/laravel-nova-vapor-ui-link)[ Docs](https://github.com/fidum/laravel-nova-vapor-ui-link)[ GitHub Sponsors](https://github.com/dmason30)[ RSS](/packages/fidum-laravel-nova-vapor-ui-link/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Nova Vapor UI Link
--------------------------

[](#laravel-nova-vapor-ui-link)

[![Latest Version on Packagist](https://camo.githubusercontent.com/261035e46c3544e46f2b15e0d86476ffd1b7b3fd536097b4c0a6ed4ebd2538e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666964756d2f6c61726176656c2d6e6f76612d7661706f722d75692d6c696e6b2e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fidum/laravel-nova-vapor-ui-link)[![Twitter Follow](https://camo.githubusercontent.com/157e115cea12798df1750d454459f232d61ccb811773b38320f337c73b1e8172/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f64616e6d61736f6e6d703f6c6162656c3d466f6c6c6f77266c6f676f3d74776974746572267374796c653d666f722d7468652d6261646765)](https://twitter.com/danmasonmp)

Adds link to the [Laravel Vapor UI](https://docs.vapor.build/1.0/introduction.html#installing-the-vapor-ui-dashboard)Dashboard in the [Laravel Nova](https://nova.laravel.com/) sidebar.

Link automatically hidden if current user hasn't access to the *Vapor UI Dashboard* based on the `viewVaporUI` gate defined in your `App\Providers\VaporUiServiceProvider::gate` method. In order to be consistent with Vapor UI it will always show on `local` and `testing` environments. For more information, checkout the [documentation](https://docs.vapor.build/1.0/introduction.html#dashboard-authorization).

[![Nova Vapor UI Link Demo](docs/demo.png)](docs/demo.png)

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

[](#installation)

At first, install via composer:

```
composer require fidum/laravel-nova-vapor-ui-link
```

Next up, register the link in the `tools` method of the `NovaServiceProvider`:

```
// app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        new \Fidum\NovaVaporUILink\VaporUILink,
    ];
}
```

Customization
-------------

[](#customization)

By default, link label is - **Vapor UI**, if you prefer to customize it, just pass new label text into constructor:

```
// app/Providers/NovaServiceProvider.php

public function tools()
{
    return [
        new \Fidum\NovaVaporUILink\VaporUILink('Custom Label'),

        // or
        \Fidum\NovaVaporUILink\VaporUILink::make('Custom Label')
    ];
}
```

If you need to customize link `target` attribute (for example to open a page in a new tab), just pass it as second parameter into constructor. A value should be without prepended underscore `_`:

```
// app/Providers/NovaServiceProvider.php

public function tools()
{
    return [
        new \Fidum\NovaVaporUILink\VaporUILink(null, 'blank'),

        // or
        \Fidum\NovaVaporUILink\VaporUILink::make()->target('blank'),
    ];
}
```

[![Laravel Nova Vapor UI Link Logo](docs/logo.png)](docs/logo.png)

[](#)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email :author\_email instead of using the issue tracker.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.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 ~38 days

Total

3

Last Release

2005d ago

### Community

Maintainers

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

---

Top Contributors

[![dmason30](https://avatars.githubusercontent.com/u/20278756?v=4)](https://github.com/dmason30 "dmason30 (18 commits)")[![oyed](https://avatars.githubusercontent.com/u/172114265?v=4)](https://github.com/oyed "oyed (1 commits)")

---

Tags

laravellaravel-frameworklaravel-packagelaravel-vapornovavaporlaravellinknovavaporvapor-ui

###  Code Quality

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fidum-laravel-nova-vapor-ui-link/health.svg)

```
[![Health](https://phpackages.com/badges/fidum-laravel-nova-vapor-ui-link/health.svg)](https://phpackages.com/packages/fidum-laravel-nova-vapor-ui-link)
```

###  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)[mad-web/nova-horizon-link

Smart Link for Laravel Nova to Horizon Dashboard.

24201.4k](/packages/mad-web-nova-horizon-link)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)

PHPackages © 2026

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