PHPackages                             chris-ware/nova-route-link-tool - 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. chris-ware/nova-route-link-tool

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

chris-ware/nova-route-link-tool
===============================

A Laravel Nova tool.

1.0.0(7y ago)0608MITPHPPHP &gt;=7.1.0

Since Dec 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/chris-ware/nova-route-link-tool)[ Packagist](https://packagist.org/packages/chris-ware/nova-route-link-tool)[ RSS](/packages/chris-ware-nova-route-link-tool/feed)WikiDiscussions master Synced 2mo ago

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

Nova Route Link Tool
====================

[](#nova-route-link-tool)

Nova Tool for linking to website routes

[![Latest Stable Version](https://camo.githubusercontent.com/d1a6a58c180434206f9929cd0e792d3ff0cee4d32b3be182735e8a73509196a3/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f63687269732d776172652f6e6f76612d726f7574652d6c696e6b2d746f6f6c)](https://packagist.org/packages/chris-ware/nova-route-link-tool)[![Total Downloads](https://camo.githubusercontent.com/173e3fbf74652eff25cde89889e30c37408c196f2bcfed6e232e91b271b21aa7/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f63687269732d776172652f6e6f76612d726f7574652d6c696e6b2d746f6f6c)](https://packagist.org/packages/chris-ware/nova-route-link-tool)[![License](https://camo.githubusercontent.com/fbfa5f356aab46d168eb89aee853a49bdca80b50fad0c25fe7f5d7085a09b858/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f6c6963656e73652f63687269732d776172652f6e6f76612d726f7574652d6c696e6b2d746f6f6c)](https://packagist.org/packages/chris-ware/nova-route-link-tool)[![StyleCI](https://camo.githubusercontent.com/dd853f9210a00b73524f6966a6bf6b39670f58dcc3d068835c99747a75ec2676/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3136313037353533362f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/161075536)

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

[](#installation)

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

```
composer require chris-ware/nova-route-link-tool
```

Next, you must register the card with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvder.php

// ...
public function tools()
{
    return [
        // ...
        \ChrisWare\NovaRouteLinkTool\NovaRouteLinkTool::make(),
    ];
}
```

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

[](#customization)

You are able to customize the route name, the label and the target.

```
// in app/Providers/NovaServiceProvder.php

// ...
public function cards()
{
    return [
        // ...
        \ChrisWare\NovaRouteLinkCard\NovaRouteLinkCard::make($route, $label, $target)
    ];
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

2708d ago

### Community

Maintainers

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

---

Top Contributors

[![chris-ware](https://avatars.githubusercontent.com/u/19684457?v=4)](https://github.com/chris-ware "chris-ware (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/chris-ware-nova-route-link-tool/health.svg)

```
[![Health](https://phpackages.com/badges/chris-ware-nova-route-link-tool/health.svg)](https://phpackages.com/packages/chris-ware-nova-route-link-tool)
```

###  Alternatives

[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)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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