Turns a text field into a detail link
composer require dillingham/nova-detail-link
use Laravel\Nova\Fields\Text;
public function fields(Request $request)
{
return [
Text::make('Title')->detailLink(),
];
}
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