dillingham/nova-id-link

Links the ID field in Nova

Installs: 119 796

Dependents: 0

Suggesters: 0

Security: 0

Stars: 23

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/dillingham/nova-id-link

1.0 2019-02-01 01:48 UTC

This package is auto-updated.

Last update: 2025-09-29 02:49:31 UTC


README

Latest Version on Github Total Downloads Twitter Follow

This behavior is now default for Nova 3.8 & up

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

nova-id

Install

composer require dillingham/nova-id-link

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

Hi 👋, Im Brian Dillingham, creator of this Nova package and others

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

Follow me on twitter: @im_brian_d