dillingham / nova-detail-link
A Laravel Nova field.
1.0.2
2019-04-17 23:12 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2026-03-01 00:27:41 UTC
README
Turns a text field into a detail link
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
