PHPackages                             nqxcode/laravel-exception-notifier - 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. nqxcode/laravel-exception-notifier

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

nqxcode/laravel-exception-notifier
==================================

Notify about exception in laravel project via telegram and email

v1.0.12(5y ago)1256MITPHPPHP ^7.4

Since Nov 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nqxcode/laravel-exception-notifier)[ Packagist](https://packagist.org/packages/nqxcode/laravel-exception-notifier)[ RSS](/packages/nqxcode-laravel-exception-notifier/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (4)Versions (14)Used By (0)

Laravel exception notifier
==========================

[](#laravel-exception-notifier)

Notify about exception in laravel project via **telegram** and **email**.

Notification attachment contains **gzipped html** with **exception dump** that rendered with [facade/ignition](https://github.com/facade/ignition), for example:

[![Screenshot_2020-11-12 🧨 Token could not be parsed from the request ](https://user-images.githubusercontent.com/5667387/98933663-02a53880-24f2-11eb-9701-56bcc3982354.png)](https://user-images.githubusercontent.com/5667387/98933663-02a53880-24f2-11eb-9701-56bcc3982354.png)

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

[](#installation)

Require this package in your composer.json:

```
composer require "nqxcode/laravel-exception-notifier"
```

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

[](#configuration)

Publish the config file into your project by running:

```
php artisan vendor:publish --provider="Nqxcode\LaravelExceptionNotifier\ServiceProvider"
```

Change default config file `config/laravel-exception-notifier.php`, for example remove unnecessary channel:

```
