Inspector
BlogTry for free
  • Concepts
    • Introduction
    • Metrics
    • Notification Channels
      • Email
      • Slack
      • Telegram
      • Microsoft Teams
      • Google Chat
      • Webhook
      • Discord
      • Pushover
      • PagerDuty
      • Twilio - SMS
    • Filtering Syntax
    • Alerts
    • Grouping Patterns
    • Custom Segments
    • Billing
    • AI Bug Fixer
  • Security and access
    • Access control
    • Two-factor authentication
    • Connected Devices
  • SDK
    • PHP
      • Installation & Set Up
      • Custom Segments
      • Exceptions Monitoring
      • Configuration
    • Laravel / Lumen
      • Upgrade Guide
      • Installation & Set-up
      • Http Requests Monitoring
      • Configuration
      • Exception Monitoring
      • Laravel Vapor
      • Laravel Octane
      • Laravel Nova Tool
      • Group by service name
    • Symfony
      • Installation
      • Configuration
      • Exception Monitoring
    • CodeIgniter
      • Installation
      • Configuration
      • Exception Monitoring
    • Drupal
    • Spring Boot
    • Slim
    • NodeJS
      • Configurations
      • Custom Segments
      • Exception monitoring
      • Autowiring
    • ExpressJs
    • Fastify
    • Python
    • Django
      • Installation & Set Up
      • Custom Segments
      • Error Monitoring
  • REST API
    • Authentication
    • Apps
    • Platforms
    • Transactions
    • Segments
    • Analytics
Powered by GitBook
On this page
  • Install
  • Register the tool
  1. SDK
  2. Laravel / Lumen

Laravel Nova Tool

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

PreviousLaravel OctaneNextGroup by service name

Last updated 9 months ago

Based on the API key configured in your .env file it lookups your application and open your Inspector dashboard in another tab.

Install

Install the latest version using composer:

composer require inspector-apm/inspector-nova-link

Register the tool

Register the tool in your app/Providers/NovaServiceProvider:

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

Visit the official Nova package page:

https://novapackages.com/packages/inspector-apm/inspector-nova-link