Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.2 KB

readme.md

File metadata and controls

38 lines (26 loc) · 1.2 KB

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