nikans/text-linked
最新稳定版本:1.0.0
Composer 安装命令:
composer require nikans/text-linked
包简介
Text field with link (i.e. to this resource) on Index.
README 文档
README
Nova custom Text Field with a link to a resource (or any URL) on index screen.
Nova links ID fields to a resource by default. The custom field is useful if you're using a text ID field or want to link a resource's title, as shown below.
The field behaves just like the default text field on detail and form screens.
Installation
composer require nikans/text-linked
Usage options
Automatically link a resource to a title or text ID field
TextLinked::make('Title', 'title') ->link($this), TextLinked::make('ID') ->link($this),
Link a resource by uriKey and id
TextLinked::make('Title', 'title') ->linkResource($this->uriKey(), $this->id),
Add a random URL
TextLinked::make('ID') ->url("https://novapackages.com"),
统计信息
- 总下载量: 58.48k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-20
