larabug/nova-larabug-tool

This package is abandoned and no longer maintained. No replacement package was suggested.

A Laravel Nova tool.

Installs: 4 397

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 2

Forks: 4

Open Issues: 0

Language:Blade

1.1 2020-10-05 08:06 UTC

This package is auto-updated.

Last update: 2022-01-05 10:57:03 UTC


README

68747470733a2f2f7777772e6c6172616275672e636f6d2f696d616765732f6c6172616275672d6c6f676f2d736d616c6c2e706e67

LaraBug

Laravel Nova Package

Installation

composer require larabug/nova-larabug-tool

Register the tool inside the app/Providers/NovaServiceProvider.php file:

use Larabug\NovaLarabugTool\NovaLarabugTool;

...

public function tools()
{
    return [
        new NovaLarabugTool
    ];
}

Usage

All that is left to do is to define 2 ENV configuration variables.

LB_KEY=
LB_PROJECT_KEY=

LB_KEY is your profile key which authorises your account to the API. LB_PROJECT_KEY is your project API key which you receive when creating a project.

Get these variables at larabug.com

Screenshot

Screenshot Larabug Nova Tool

License

The larabug package is open source software licensed under the license MIT