PHPackages                             causelabs/resource-index-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. causelabs/resource-index-link

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

causelabs/resource-index-link
=============================

A Laravel Nova Resource Index Link field.

v1.0.5(7y ago)16151.3k↓10.7%7[3 PRs](https://github.com/causelabs/resource-index-link/pulls)MITVuePHP &gt;=7.1.0

Since Oct 9Pushed 4y ago2 watchersCompare

[ Source](https://github.com/causelabs/resource-index-link)[ Packagist](https://packagist.org/packages/causelabs/resource-index-link)[ RSS](/packages/causelabs-resource-index-link/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (14)Used By (0)

Laravel Nova Resource Index Field
=================================

[](#laravel-nova-resource-index-field)

An text input that displays as a link to a resource when indexed.

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

[](#installation)

Install the package into a Laravel app that uses [Nova](https://nova.laravel.com) with Composer:

```
composer require causelabs/resource-index-link
```

Usage
-----

[](#usage)

Add the field to your resource in the `fields` method:

```
use Causelabs\ResourceIndexLink\ResourceIndexLink;

ResourceIndexLink::make('name')
    ->rules(/* ... */),
```

The field extends the `Laravel\Nova\Fields\Text` field, so all the usual methods are available.

### Options

[](#options)

#### Open in a new tab

[](#open-in-a-new-tab)

Make the link open the resource in a new tab

```
ResourceIndexLink::make('name')
    ->newTab(),
```

Example
-------

[](#example)

Make the resource name a link to the resource.

[![Sample Index Page](docs/index_screenshot.png?raw=true "Title")](docs/index_screenshot.png?raw=true)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 94.4% 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 ~8 days

Recently: every ~22 days

Total

13

Last Release

2678d ago

Major Versions

0.2.8 → 1.0.02018-10-22

### Community

Maintainers

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

---

Top Contributors

[![rick-hidef](https://avatars.githubusercontent.com/u/3083488?v=4)](https://github.com/rick-hidef "rick-hidef (17 commits)")[![jeffreydevreede](https://avatars.githubusercontent.com/u/2203546?v=4)](https://github.com/jeffreydevreede "jeffreydevreede (1 commits)")

---

Tags

laravellinknova

### Embed Badge

![Health badge](/badges/causelabs-resource-index-link/health.svg)

```
[![Health](https://phpackages.com/badges/causelabs-resource-index-link/health.svg)](https://phpackages.com/packages/causelabs-resource-index-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)
