Giter VIP home page Giter VIP logo

inspector-nova-link's Introduction

Inspector Nova Link

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.

inspector-nova-link's People

Contributors

ilvalerione avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

inspector-nova-link's Issues

tool.js inclusion error

here :

Nova::script('inspector-nova-link', __DIR__.'/../dist/js/tool.js');

the compiled js not being committed in the repo results in an error each time nova is loaded :

file_get_contents([...]/vendor/inspector-apm/inspector-nova-link/src/../dist/js/tool.js): failed to open stream: No such file or directory {"userId":1,"exception":"[object] (ErrorException(code: 0): file_get_contents([...]/vendor/inspector-apm/inspector-nova-link/src/../dist/js/tool.js): failed to open stream: No such file or directory at [...]/vendor/laravel/nova/src/Http/Controllers/ScriptController.php:28)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.