Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Route Link Tool

Readme

Nova Route Link Tool

Nova Tool for linking to website routes

Latest Stable Version Total Downloads License StyleCI

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require chris-ware/nova-route-link-tool

Next, you must register the card with Nova. This is typically done in the cards method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvder.php

// ...
public function tools()
{
    return [
        // ...
        \ChrisWare\NovaRouteLinkTool\NovaRouteLinkTool::make(),
    ];
}

Customization

You are able to customize the route name, the label and the target.

// in app/Providers/NovaServiceProvder.php

// ...
public function cards()
{
    return [
        // ...
        \ChrisWare\NovaRouteLinkCard\NovaRouteLinkCard::make($route, $label, $target)
    ];
}
Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version 1.0.0
Composer
chris-ware/nova-route-link-tool
GitHub stars 0
Packagist downloads 608

Favorites

0 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas