Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/inspector-apm/inspector-nova-link
- Owner: inspector-apm
- Created: 2019-07-12T14:09:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T10:42:28.000Z (7 months ago)
- Last Synced: 2024-10-12T01:37:19.395Z (27 days ago)
- Language: PHP
- Homepage: https://www.inspector.dev
- Size: 167 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.