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.
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,
];
}