jackcruden/telescope-link

This package is abandoned and no longer maintained. No replacement package was suggested.

A Laravel Nova tool.

0.0.9 2018-10-26 17:27 UTC

This package is auto-updated.

Last update: 2020-08-26 21:50:06 UTC


README

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 jackcruden/telescope-link

Register the tool in app/Providers/NovaServiceProvider:

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