Skip to content

wwwroth/nova-telescope-relative-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 wwwroth/nova-telescope-relative-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

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%