inspector-apm/inspector-nova-link

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

Maintainers

Package info

github.com/inspector-apm/inspector-nova-link

pkg:composer/inspector-apm/inspector-nova-link

Statistics

Installs: 3 530

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

2.0.3 2024-10-25 07:52 UTC

This package is auto-updated.

Last update: 2026-02-25 11:12:14 UTC


README

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.