dillingham / nova-detail-link
A Laravel Nova field.
Installs: 106 491
Dependents: 2
Suggesters: 0
Security: 0
Stars: 22
Watchers: 0
Forks: 5
Open Issues: 5
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-10-29 05:11:05 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