Fix Laravel errors in record time. Fill in the gaps with uptime, cron, and heartbeat monitoring. Build trust with status pages and incident management. All in one simple platform.
We've worked closely with the Laravel community to customize Honeybadger just for you. Laravel is seriously awesome. We've learned SO MUCH from you, and this is only the beginning!
— The Honeybadger Crew (a.k.a., the 'Badgers)
Honeybadger simplifies your production stack by combining four types of monitoring in a simple, easy-to-use platform for Laravel:
In modern Laravel apps, installing Honeybadger is just a few lines of code:
$ composer require honeybadger-io/honeybadger-laravel
// In app/Exceptions/Handler.php
public function register()
{
$this->reportable(function (Throwable $e) {
if (app()->bound('honeybadger')) {
app('honeybadger')->notify($e, app('request'));
}
});
}
Once installed, Honeybadger automatically reports exceptions in web requests, queues, and scheduled tasks. Logged-in users are automatically associated with each error report, making it easy to follow up with affected users after the fix has been deployed.
How your users experience your app failing is a huge opportunity for you to create a positive interaction with them, and turn annoyance into admiration. Honeybadger customers routinely surprise and delight their users by fixing errors before they have a chance to complain. Learn more about Error Tracking →
Honeybadger provides all the context you need to understand what is causing each exception, who's affected by it, and makes it easy to follow up with those users once the fix has been deployed.
7
8
9
10
public function chargeSubscription($amount)
{
$this->subscription->charge($amount);
}
Honeybadger monitors your websites and APIs from five different locations around the world. When an uptime check fails, we immediately alert you. Learn more about Uptime Monitoring →
With built-in uptime monitoring, you'll be the first to know when:
Honeybadger's notification system integrates with all of your favorite services including chat systems like Slack and Google Hangouts, alert platforms like PagerDuty and OpsGenie, and monitoring platforms like DataDog and VictorOps.
Remember the last time the monthly backup failed, a critical email wasn't sent, or some customers didn't get billed? Honeybadger monitors your cron jobs and services to make sure they check in when they should. Learn more about Cron Job & Heartbeat Monitoring →
Check-In | Last Seen | Expected | |
---|---|---|---|
Weekly Billing Task
is missing
https://api.honeybadger.io/v1/check_in/1pMIZ8
|
> 1 week ago | 1 minute ago |
Build trust with a public status page that shows your live service status, incident history, and more—automatically updated by Honeybadger. Learn more about Status Pages →
Book a demo with Ben, our co-founder! See how Honeybadger can simplify your monitoring stack and reduce your costs.