Best laravel framework open-source packages.

Nova id link

Nova package that links the ID field, quicker navigation
Updated 2 years ago

Nova ID Link

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