dillingham/nova-detail-link

A Laravel Nova field.

Downloads

98724

Stars

22

Version

1.0.2

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

dillingham

Author

dillingham