PHPackages                             tmsllc/laravel-exception-mail - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. tmsllc/laravel-exception-mail

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

tmsllc/laravel-exception-mail
=============================

This package will allow you to specify email addresses to send them all the exceptions that occurs in Laravel application.

1.0.0(2y ago)01.7k↓50%1MITPHPPHP ^8.0

Since May 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tmsllc/laravel-exception-mail)[ Packagist](https://packagist.org/packages/tmsllc/laravel-exception-mail)[ Docs](https://github.com/tmsllc/laravel-exception-mail)[ RSS](/packages/tmsllc-laravel-exception-mail/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

laravel-exception-mail
======================

[](#laravel-exception-mail)

[![Laravel 9.0](https://camo.githubusercontent.com/29c8bfc0a9dfb13c56994b26528227441c0a86c440ebf535d072074c955996f0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d392e302d6634363435662e737667)](https://camo.githubusercontent.com/29c8bfc0a9dfb13c56994b26528227441c0a86c440ebf535d072074c955996f0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d392e302d6634363435662e737667)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)

This package will allow you to specify email addresses to send them all the exceptions that occurs in Laravel application.

Contact Me
----------

[](#contact-me)

You can check all of my information by [Checking my website](https://transport-system.com/).

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

[](#installation)

You can install the package via composer:

```
composer require tmsllc/laravel-exception-mail
```

The package will automatically register itself.

You must publish the config with:

```
php artisan vendor:publish --provider="TMSLLC\ExceptionMail\ExceptionMailServiceProvider" --tag="config"
```

This is the contents of the file which will be published at `config/exception-mail.php`

```
return [
    /*
     * enable or disable the package
     */
    'enabled' => true,

    /*
    * Add email addresses you want them to receive the exception
    */
    'addresses' => [
        //'developer1@companydomain.com',
        //'developer2@companydomain.com',
    ],
];
```

If you would like to change the email template you can publish the blade email template with:

```
php artisan vendor:publish --provider="TMSLLC\ExceptionMail\ExceptionMailServiceProvider" --tag="blade"
```

The blade template will be published at `resources/views/emails/exception-mail.blade.php`

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

You are welcome to contribute

Credits
-------

[](#credits)

- [Transport Systems](https://github.com/tmsllc)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

Unknown

Total

1

Last Release

1089d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9470e8330ed77d642d812eee850fbc5f76571b8b8e001dcf168ac478282ecb3c?d=identicon)[tmsllc](/maintainers/tmsllc)

---

Top Contributors

[![usmantms](https://avatars.githubusercontent.com/u/124586947?v=4)](https://github.com/usmantms "usmantms (2 commits)")[![tmsllc](https://avatars.githubusercontent.com/u/105742520?v=4)](https://github.com/tmsllc "tmsllc (1 commits)")

---

Tags

laravelmailexception

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tmsllc-laravel-exception-mail/health.svg)

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[modernmcguire/mailthief

A Laravel package to catch outbound mail (similar to Mailtrap) that also provides a UI to view them.

318.5k](/packages/modernmcguire-mailthief)

PHPackages © 2026

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