Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

jackcruden/nova-telescope-link

 
 

Repository files navigation

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

Register the tool in app/Providers/NovaServiceProvider:

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

About

Add a link to Telescope in your Nova sidebar

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 48.4%
  • Vue 29.4%
  • HTML 16.0%
  • JavaScript 5.9%
  • CSS 0.3%