Best laravel framework open-source packages.

Nova detail link

Allows Nova text field linking to detail view
Updated 2 months ago

Nova Detail Link

Latest Version on Github Total Downloads Twitter Follow

Turns a text field into a detail link

linked-text

Installation

composer require dillingham/nova-detail-link

Usage

use Laravel\Nova\Fields\Text;
public function fields(Request $request)
{
    return [
        Text::make('Title')->detailLink(),
    ];
}

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