PHPackages                             fahedaljghine/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. fahedaljghine/laravel-exception-mail

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

fahedaljghine/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.3(3y ago)0519MITPHPPHP ^8.0

Since May 8Pushed 3y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (3)Versions (5)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://fahedaljghine.com/).

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

[](#installation)

You can install the package via composer:

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

The package will automatically register itself.

You must publish the config with:

```
php artisan vendor:publish --provider="Fahedaljghine\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="Fahedaljghine\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

Dontae
------

[](#dontae)

- [Paypal](https://www.paypal.com/donate/?hosted_button_id=MSKWTL27YPFDW)

Credits
-------

[](#credits)

- [Fahed Aljghine](https://github.com/fahedaljghine)
- [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

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.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

Every ~15 days

Total

4

Last Release

1419d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6369894d114a3f80e14064460fb62d1c4f713b88a4192fa3b5e9db6336f48b1c?d=identicon)[fahedaljghine](/maintainers/fahedaljghine)

---

Top Contributors

[![fahedtms](https://avatars.githubusercontent.com/u/103887694?v=4)](https://github.com/fahedtms "fahedtms (13 commits)")[![fahedaljghine](https://avatars.githubusercontent.com/u/12656813?v=4)](https://github.com/fahedaljghine "fahedaljghine (2 commits)")

---

Tags

laravelmailexception

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/fahedaljghine-laravel-exception-mail/health.svg)](https://phpackages.com/packages/fahedaljghine-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)
