PHPackages                             phambinh/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. phambinh/lara-except-notify

ActiveLibrary[Framework](/categories/framework)

phambinh/lara-except-notify
===========================

Notify when app have exceptions

1.0.2(6y ago)18MITPHPPHP &gt;=5.6.4

Since Feb 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/phambinh217/lara-except-notify)[ Packagist](https://packagist.org/packages/phambinh/lara-except-notify)[ RSS](/packages/phambinh-lara-except-notify/feed)WikiDiscussions master Synced 2mo ago

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 phambinh/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' => [
    ...
    Phambinh\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=Phambinh\Laraexcepnotify\ServiceProvider`

Step 4: Config your channel

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

```
