https://github.com/dillingham/nova-detail-link
Allows Nova text field linking to detail view
https://github.com/dillingham/nova-detail-link
laravel laravel-nova
Last synced: about 1 year ago
JSON representation
Allows Nova text field linking to detail view
- Host: GitHub
- URL: https://github.com/dillingham/nova-detail-link
- Owner: dillingham
- License: mit
- Created: 2019-04-17T21:22:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T17:28:20.000Z (over 4 years ago)
- Last Synced: 2025-04-18T17:46:41.302Z (about 1 year ago)
- Topics: laravel, laravel-nova
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 22
- Watchers: 0
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Nova Detail Link
[](https://packagist.org/packages/dillingham/nova-detail-link)
[](https://packagist.org/packages/dillingham/nova-detail-link) [](https://twitter.com/im_brian_d)
Turns a text field into a detail link

### Installation
```bash
composer require dillingham/nova-detail-link
```
### Usage
```php
use Laravel\Nova\Fields\Text;
```
```php
public function fields(Request $request)
{
return [
Text::make('Title')->detailLink(),
];
}
```
---
# Author
Hi 👋, Im Brian Dillingham, creator of this Nova package [and others](https://novapackages.com/collaborators/dillingham)
Hope you find it useful. Feel free to reach out with feedback.
Follow me on twitter: [@im_brian_d](https://twitter.com/im_brian_d)