Direct link to the Inspector dashboard in your Laravel Nova installation.
inspector-apm/inspector-nova-link is a Laravel package for direct link to the inspector dashboard in your laravel nova installation..
It currently has 3 GitHub stars and 4.144 downloads on Packagist (latest version 2.0.3).
Install it with composer require inspector-apm/inspector-nova-link.
Discover more Laravel packages by inspector-apm
or browse all Laravel packages to compare alternatives.
Last updated
Direct link to the Inspector dashboard in your Laravel Nova administration panel.

Install the latest version using composer:
composer require inspector-apm/inspector-nova-link
Put the Inspector Ingestion Key in your environment file if you haven’t already:
INSPECTOR_INGESTION_KEY=xxxxxxxxxxxxxxxxxxxxxx
You can obtain INSPECTOR_INGESTION_KEY creating a new application in your Inspector dashboard.
Register the tool in your app/Providers/NovaServiceProvider:
public function tools()
{
return [
...,
new \Inspector\Nova\InspectorNovaLink,
];
}
This package is licensed under the MIT license.