Skip to content

Allows Nova text field linking to detail view

License

Notifications You must be signed in to change notification settings

daanadriaan/nova-detail-link

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(),
    ];
}

About

Allows Nova text field linking to detail view

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 52.4%
  • Vue 36.5%
  • JavaScript 11.1%