Skip to content

Direct link to the Inspector dashboard in your Laravel Nova installation.

Notifications You must be signed in to change notification settings

inspector-apm/inspector-nova-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspector Nova Link

Direct link to the Inspector dashboard in your Laravel Nova administration panel.

Install

Install the latest version using composer:

composer require inspector-apm/inspector-nova-link

Configure the Ingestion Key

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

Register the tool in your app/Providers/NovaServiceProvider:

public function tools()
{
    return [
        ...,
        new \Inspector\Nova\InspectorNovaLink,
    ];
}

LICENSE

This package is licensed under the MIT license.

About

Direct link to the Inspector dashboard in your Laravel Nova installation.

Resources

Stars

Watchers

Forks

Packages

No packages published