PHPackages                             viecngay/lara-except-notify - 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. [Framework](/categories/framework)
4. /
5. viecngay/lara-except-notify

ActiveLibrary[Framework](/categories/framework)

viecngay/lara-except-notify
===========================

Notify when app have exceptions

1.0.2(7y ago)411MITPHPPHP &gt;=5.6.4

Since Feb 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ViecNgay/lara-except-notify)[ Packagist](https://packagist.org/packages/viecngay/lara-except-notify)[ RSS](/packages/viecngay-lara-except-notify/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Introduction
============

[](#introduction)

Notify to your slack channel when your project have exceptions

Required
========

[](#required)

- laravel &gt;= 5.4

Usage
=====

[](#usage)

Step 1: Required to your project Add your project via composer

`composer require viecngay/lara-except-notify`

Step 2: Register service provider If you are using laravel 5.4, you have to open `config/app.php` and append providers

```
'providers' => [
    ...
    ViecNgay\Laraexcepnotify\ServiceProvider::class,
]
```

If you are using laravel 5.5 or higher, skip this step. Go to step 3

Step 3: Publish vendor

`php artisan vendor:publish --provider="ViecNgay\Laraexcepnotify\ServiceProvider"`

Step 4: Config your channel

Open `config/notification.php`, you will see

```
