wwwroth/nova-telescope-relative-link

A Laravel Nova tool.

0.2 2019-10-09 20:32 UTC

This package is not auto-updated.

Last update: 2024-06-14 16:50:11 UTC


README

Laravel Nova Telescope Link

This Nova tool adds a link to your project's Laraval Telescope dashboard in your Nova sidebar and was 'heavily inspired' by Nova Horizon Link.

Screenshot of Laravel Nova Telescope Link tool

Installation

Install via Composer:

composer require wwwroth/nova-telescope-relative-link

Register the tool in app/Providers/NovaServiceProvider:

public function tools()
{
    return [
        new \jackcruden\TelescopeLink\TelescopeLink,
    ];
}