2017 © Pedro Peláez
 

library exception-reporter-laravel

image

sliverwing/exception-reporter-laravel

  • Monday, June 25, 2018
  • by Sliverwing
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 82 % Grown

The README.md

Laravel Exception Reporter

Make exception Grate again 💪, (*1)


Current Support:

  • Email
  • DingTalk Bot

Usage:

  • composer require "sliverwing/laravel-exception-reporter"
  • add Sliverwing\ExceptionReporter\ExceptionReporterServiceProvider::class to app.php
  • run php artisan vendor:publish --provider=ExceptionReporterServiceProvider
  • edit config/exception-reporter.php
  • run php artisan exp-reporter:dingtalk-bot:test or php artisan exp-reporter:mail:test to test out
  • edit app\Exceptions\Handler.php, (*2)

    <?php
    
    namespace App\Exceptions;
    
    use Exception;
    use Illuminate\Auth\AuthenticationException;
    // use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
    use \Sliverwing\ExceptionReporter\ExceptionHandler;
    
  • run php artisan queue:work --tries=1

The Versions

25/06 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Avatar Sliverwing

25/06 2018

v0.2.5

0.2.5.0

  Sources   Download

MIT

The Requires

 

by Avatar Sliverwing

25/06 2018

v0.2.4

0.2.4.0

  Sources   Download

MIT

The Requires

 

by Avatar Sliverwing

23/06 2018

v0.2.3

0.2.3.0

  Sources   Download

MIT

The Requires

 

by Avatar Sliverwing

01/06 2018

v0.2.2

0.2.2.0

  Sources   Download

MIT

The Requires

 

by Avatar Sliverwing

31/05 2018

v0.2.1

0.2.1.0

  Sources   Download

MIT

The Requires

 

by Avatar Sliverwing

31/05 2018

v0.2.0

0.2.0.0

  Sources   Download

MIT

The Requires

 

by Avatar Sliverwing

24/05 2018

v0.1.1

0.1.1.0

  Sources   Download

MIT

The Requires

 

by Avatar Sliverwing

09/04 2017

v0.1.0.x-dev

0.1.0.9999999-dev

  Sources   Download

MIT

The Requires

 

by Avatar Sliverwing

09/04 2017

v0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

 

by Avatar Sliverwing