Laravel Nova Tool
Direct link to the Inspector dashboard in your Laravel Nova administration panel.
Last updated
composer require inspector-apm/inspector-nova-linkpublic function tools()
{
return [
...,
new \Inspector\Nova\InspectorNovaLink,
];
}