PHPackages                             dillingham/nova-id-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. dillingham/nova-id-link

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

dillingham/nova-id-link
=======================

Links the ID field in Nova

1.0(7y ago)23123.5k—4.8%1MITPHPPHP &gt;=7.1.0

Since Feb 1Pushed 5y agoCompare

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

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

Nova ID Link
------------

[](#nova-id-link)

[![Latest Version on Github](https://camo.githubusercontent.com/c822283abcdfbd57ddbc183cfe8f33585f5eb0edd722488b14b802ca2ba66c1f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f64696c6c696e6768616d2f6e6f76612d69642d6c696e6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dillingham/nova-id-link)[![Total Downloads](https://camo.githubusercontent.com/814f567f20d886630789b61765d0194977fb6783be14f4a3a51427fa57b1f55b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64696c6c696e6768616d2f6e6f76612d69642d6c696e6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dillingham/nova-id-link) [![Twitter Follow](https://camo.githubusercontent.com/4d611bda2f6e8730161339d887cbe17afe7f160bfde2eeb1baaf7cc40dd65071/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f696d5f627269616e5f643f636f6c6f723d253233316461316631266c6162656c3d54776974746572266c6f676f3d253233316461316631266c6f676f436f6c6f723d253233316461316631267374796c653d666c61742d737175617265)](https://twitter.com/im_brian_d)

### This behavior is now default for Nova 3.8 &amp; up

[](#this-behavior-is-now-default-for-nova-38--up)

Nova package that links the Nova ID field for a quicker click-through from the left side menu.

[![nova-id](https://user-images.githubusercontent.com/29180903/52130630-b0d73b00-2608-11e9-8e86-8dcda1c65636.png)](https://user-images.githubusercontent.com/29180903/52130630-b0d73b00-2608-11e9-8e86-8dcda1c65636.png)

### Install

[](#install)

```
composer require dillingham/nova-id-link

```

### Usage

[](#usage)

You can globally link all ID fields in your **NovaServiceProvider**:

```
use Laravel\Nova\Fields\ID;
```

```
public function boot()
{
    ID::useComponent('nova-id-link');
}
```

or chain `->linked()` to the existing Nova ID field in your **resources**:

```
public function fields(Request $request)
{
    return [
        ID::make()->linked(),
    ];
}
```

---

Author
======

[](#author)

Hi 👋, Im Brian Dillingham, creator of this Nova package [and others](https://novapackages.com/collaborators/dillingham)

Hope you find it useful. Feel free to reach out with feedback.

Follow me on twitter: [@im\_brian\_d](https://twitter.com/im_brian_d)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

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

2664d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29180903?v=4)[Brian](/maintainers/dillingham)[@dillingham](https://github.com/dillingham)

---

Top Contributors

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

---

Tags

laravellaravel-novalaravelnova

### Embed Badge

![Health badge](/badges/dillingham-nova-id-link/health.svg)

```
[![Health](https://phpackages.com/badges/dillingham-nova-id-link/health.svg)](https://phpackages.com/packages/dillingham-nova-id-link)
```

###  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)
