Laravel Nova icon Nova Packages
R

Resource Index Link

This package is possibly abandoned. Please proceed with care.

Installation Instructions

Install the package into a Laravel app that uses Nova with Composer:

composer require causelabs/resource-index-link

Readme

Laravel Nova Resource Index Field

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.

Sample Index Page

Screenshots

Back to Top
Added 6 years ago
Last updated 7 Years Ago
Version v1.0.5
Nova Version *
Composer
causelabs/resource-index-link
GitHub stars 16
Packagist downloads 144,460

Favorites

7 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas