outl1ne/nova-link-field 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

outl1ne/nova-link-field

最新稳定版本:1.0.0

Composer 安装命令:

composer require outl1ne/nova-link-field

包简介

A Link field for Laravel Nova.

README 文档

README

Latest Version on Packagist Total Downloads

This Laravel Nova package allows you to add links to index, detail and form views.

Requirements

  • php: >=8.0
  • laravel/nova: ^4.0

Features

  • Add links to index, detail and form views with ease

Installation

Install the package in to a Laravel app that uses Nova via composer:

composer require outl1ne/nova-link-field

Usage

use Outl1ne\NovaLinkField\Link;

public function fields(Request $request) {
    Link::make('Example link', 'some_value')
      ->text('Link to some value')
      ->to(fn ($someValue) => "https://example.com/{$someValue}")
      ->blank(),
}

Credits

License

Nova Link Field is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 14.43k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-10