Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
This package is possibly abandoned. Please proceed with care.

Installation Instructions

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

Readme

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

Back to Top
Added 7 years ago
Last updated 5 Years Ago
Version 1.1
Composer
larabug/nova-larabug-tool
GitHub stars 9
Packagist downloads 4,402

Favorites

6 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas