dillingham/nova-detail-link

A Laravel Nova field.

1.0.2 2019-04-17 23:12 UTC

This package is auto-updated.

Last update: 2024-03-29 03:32:54 UTC


README

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