Download the PHP package devlabor/laravel-dashboard-honeybadger-tile without Composer
On this page you can find all versions of the php package devlabor/laravel-dashboard-honeybadger-tile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download devlabor/laravel-dashboard-honeybadger-tile
More information about devlabor/laravel-dashboard-honeybadger-tile
Files in devlabor/laravel-dashboard-honeybadger-tile
Package laravel-dashboard-honeybadger-tile
Short Description A Honeybadger tile for Laravel Dashboard
License MIT
Homepage https://github.com/devlabor/laravel-dashboard-honeybadger-tile
Informations about the package laravel-dashboard-honeybadger-tile
A tile to display unresolved faults count from Honeybadger.io
This tile can used on the Laravel Dashboard to display unresolved Honeybadger faults count.
Installation
You can install the tile via composer:
Sign up to https://honeybadger.io and create a new project. To obtain HONEYBADGER_AUTH_TOKEN
you have to create a new api token under your user authentication settings. After that add the token to your .env
file.
In the config/dashboard.php
config file, you must add this configuration in the tiles
key.
In app\Console\Kernel.php
you should schedule the DevLabor\HoneybadgerTile\FetchHoneybadgerProjectsCommand
to run every five minutes.
You are also able to execute the command manually.
Usage
In your dashboard view you use the livewire:honeybadger-tile
component.
Customizing the view
If you want to customize the view used to render this tile, run this command:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Jeffrey Reichardt
- All Contributors
License
The MIT License (MIT). Please see License File for more information.