Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Direct link to the Inspector dashboard in your Laravel Nova installation.
https://github.com/inspector-apm/inspector-nova-link

Last synced: about 7 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# Inspector Nova Link

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

![](https://app.inspector.dev/images/docs/inspector-nova-link-screen.png)

## Install

Install the latest version using composer:

```sehll
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:

```bash
INSPECTOR_INGESTION_KEY=xxxxxxxxxxxxxxxxxxxxxx
```

You can obtain `INSPECTOR_INGESTION_KEY` creating a new application in your [Inspector](https://app.inspector.dev) dashboard.

## Register the tool

Register the tool in your `app/Providers/NovaServiceProvider`:

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

## LICENSE

This package is licensed under the [MIT](LICENSE) license.