napp/nova-bugsnag
Composer 安装命令:
composer require napp/nova-bugsnag
包简介
A Laravel Nova card.
README 文档
README
Add bugsnag statistical cards for your Laravel Nova Dashboard.
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() ] }
统计信息
- 总下载量: 34.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-10
