Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Bugsnag cards for Laravel Nova

Add bugsnag statistical cards for your Laravel Nova Dashboard.

Example

Install

You need to run the following command: composer require napp/nova-bugsnag

Add credentials

add the following toconfig/services.php

'bugsnag' => [
    'api_key' => env('NOVA_BUGSNAG_API_KEY'),
    'project_id' => env('NOVA_BUGSNAG_PROJECT_ID'),
    'account_slug' => env('NOVA_BUGSNAG_ACCOUNT_SLUG'),
]

Add cards to dashboard

public function cards() 
{
    return [
        new \Napp\NovaBugsnag\BugsnagErrorRate(),
        new \Napp\NovaBugsnag\BugsnagCriticalErrors()
    ]
}
Back to Top
Added 7 years ago
Last updated 6 Years Ago
Version 1.0.1
Composer
napp/nova-bugsnag
GitHub stars 12
Packagist downloads 34,373

Favorites

8 users favorited

Rating

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

Author

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas