PHPackages                             jpuck/laravel-exception-mailer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. jpuck/laravel-exception-mailer

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

jpuck/laravel-exception-mailer
==============================

Simple email reporter for exceptions in laravel.

1.0.1(8y ago)082[1 issues](https://github.com/jpuck/laravel-exception-mailer/issues)GPL-3.0-or-laterPHPPHP ^7.0

Since Jan 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jpuck/laravel-exception-mailer)[ Packagist](https://packagist.org/packages/jpuck/laravel-exception-mailer)[ RSS](/packages/jpuck-laravel-exception-mailer/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

Laravel Exception Mailer
========================

[](#laravel-exception-mailer)

Whenever an uncaught exception is thrown, this handler will email details about it and the request.

Installation
------------

[](#installation)

```
composer require jpuck/laravel-exception-mailer

```

If you're running Laravel 5.5, then you're done.

For Laravel 5.4, add the service provider to `config/app.php`

```
jpuck\laravel\exception\mailer\Provider::class,
```

Configuration
-------------

[](#configuration)

Make sure the app's mail settings are configured properly.

By default it will send to the `config('mail.from.address')`but this and the subject can be overridden by publishing the configuration file.

```
php artisan vendor:publish --tag=config --provider='jpuck\laravel\exception\mailer\Provider'

```

### Don't Report

[](#dont-report)

You can filter out exceptions you aren't interested in by filling in the `dontReport` array in `App\Exceptions\Handler`

```
protected $dontReport = [
    \Illuminate\Foundation\Http\Exceptions\MaintenanceModeException::class,
    \Symfony\Component\HttpKernel\Exception\NotFoundHttpException::class,
    \Illuminate\Database\Eloquent\ModelNotFoundException::class,
    \Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException::class,
    \Illuminate\Auth\AuthenticationException::class,
    \Illuminate\Auth\Access\AuthorizationException::class,
    \Illuminate\Session\TokenMismatchException::class,
];
```

### Customize Layout

[](#customize-layout)

You can also publish the view to customize the format.

```
php artisan vendor:publish --tag=views --provider='jpuck\laravel\exception\mailer\Provider'

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

3

Last Release

3029d ago

Major Versions

0.1.0 → 1.0.02018-01-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d3f43ad248cd9c696b067b19e4e18856d78a8b2e4f2c3ee21a1d3d5cead5610?d=identicon)[jpuck](/maintainers/jpuck)

---

Top Contributors

[![jpuck](https://avatars.githubusercontent.com/u/15305396?v=4)](https://github.com/jpuck "jpuck (20 commits)")

### Embed Badge

![Health badge](/badges/jpuck-laravel-exception-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/jpuck-laravel-exception-mailer/health.svg)](https://phpackages.com/packages/jpuck-laravel-exception-mailer)
```

###  Alternatives

[overtrue/laravel-query-logger

A dev tool to log all queries for laravel application.

413307.5k6](/packages/overtrue-laravel-query-logger)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[regulus/activity-log

A clean and simple Laravel 5 activity logger for monitoring user activity on a website or web application.

164220.1k2](/packages/regulus-activity-log)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
