mrdev / nova-larabug-tool

LaraBug Nova Tool

Home Page:https://www.larabug.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

LaraBug Nova Tool

https://www.larabug.com

License:MIT License


Languages

Language:Blade 56.7%Language:Vue 22.0%Language:SCSS 10.7%Language:PHP 8.7%Language:JavaScript 1.9%