causelabs/resource-index-link
最新稳定版本:v1.0.5
Composer 安装命令:
composer require causelabs/resource-index-link
包简介
A Laravel Nova Resource Index Link field.
README 文档
README
An text input that displays as a link to a resource when indexed.
Installation
Install the package into a Laravel app that uses Nova with Composer:
composer require causelabs/resource-index-link
Usage
Add the field to your resource in the fields method:
use Causelabs\ResourceIndexLink\ResourceIndexLink; ResourceIndexLink::make('name') ->rules(/* ... */),
The field extends the Laravel\Nova\Fields\Text field, so all the usual methods are available.
Options
Open in a new tab
Make the link open the resource in a new tab
ResourceIndexLink::make('name') ->newTab(),
Example
Make the resource name a link to the resource.
统计信息
- 总下载量: 149.7k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04
