This project is the client package of Laracheck.
Laracheck is a simple-to-use Laravel error tracker and application uptime monitoring service.
For more info about Laracheck, visit: https://github.com/misterdevit/laracheck
- Install it via Composer:
composer require misterdevit/laracheck
- Update application bootstrap file:
// bootstrap/app.php
return Application::configure(basePath: dirname(__DIR__))
//
->withExceptions(function (Exceptions $exceptions) {
\MisterDev\Laracheck\Facades\Laracheck::track($exceptions);
})->create();
//
- Add these vars into your .env file:
LARACHECK_API_KEY=<YOUR-LARACHECK-API-KEY>
LARACHECK_SITE_ID=<YOUR-LARACHECK-SITE-ID>
LARACHECK_ENDPOINT=<YOUR-LARACHECK-API-URL>
The endpoint is the Laracheck URL plus /api/bugs path (e.g. https://laracheck.site.com/api/bugs)
Laracheck is an open-source software licensed under the MIT license.
Thank you for considering contributing to this project (Pull Requests, Issues, Feedbacks, Stars, Promo, Beers) :)
Need support with Laracheck? Please open an issue here: https://github.com/misterdevit/laracheck/issues.
...enjoy Laracheck :)