inspector-apm / inspector-nova-link
Direct link to the Inspector dashboard in your Laravel Nova installation.
Installs: 2 253
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- dev-master
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.1
- 1.0.0
- 0.1.0
- dev-develop
- dev-dependabot/npm_and_yarn/multi-d1faeab098
- dev-dependabot/npm_and_yarn/express-4.21.1
- dev-dependabot/npm_and_yarn/multi-6b7e5c81f3
- dev-dependabot/npm_and_yarn/multi-092c445592
- dev-dependabot/npm_and_yarn/multi-41ee8087b2
- dev-dependabot/npm_and_yarn/multi-9f37c16f8f
- dev-dependabot/npm_and_yarn/vue-3.0.0
This package is auto-updated.
Last update: 2024-10-25 07:59:24 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.