PHPackages                             phambinh/lara-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. [Framework](/categories/framework)
4. /
5. phambinh/lara-exception-notifier

ActiveLibrary[Framework](/categories/framework)

phambinh/lara-exception-notifier
================================

Notify when your laravel project has exception

1.0.1(6y ago)621MITPHPPHP &gt;=7.0.0

Since Sep 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/phambinh217/lara-exception-notifier)[ Packagist](https://packagist.org/packages/phambinh/lara-exception-notifier)[ RSS](/packages/phambinh-lara-exception-notifier/feed)WikiDiscussions master Synced 3w ago

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

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

[](#introduction)

Notify to your slack channel when your project have exceptions

Required
========

[](#required)

- laravel &gt;= 5.5

Usage
=====

[](#usage)

Basic usage
-----------

[](#basic-usage)

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

`composer require phambinh/lara-exception-notifier`

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

**Step 2**: Publish vendor

`php artisan vendor:publish --provider=Phambinh\LaraExceptionNotifier\ServiceProvider`

**Step 3**: Config your channel

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

```
