dillingham / nova-id-link
Links the ID field in Nova
Installs: 108 066
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 0
Forks: 1
Open Issues: 0
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2024-10-29 05:40:15 UTC
README
This behavior is now default for Nova 3.8 & up
Nova package that links the Nova ID field for a quicker click-through from the left side menu.
Install
composer require dillingham/nova-id-link
Usage
You can globally link all ID fields in your NovaServiceProvider:
use Laravel\Nova\Fields\ID;
public function boot() { ID::useComponent('nova-id-link'); }
or chain ->linked()
to the existing Nova ID field in your resources:
public function fields(Request $request) { return [ ID::make()->linked(), ]; }
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