2017 © Pedro Peláez
 

library error-reporter

Reporting exceptions over HTTP to remote address

image

cube-agency/error-reporter

Reporting exceptions over HTTP to remote address

  • Wednesday, June 20, 2018
  • by holystix
  • Repository
  • 2 Watchers
  • 0 Stars
  • 360 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

error-reporter

  1. Require package
composer require cube-agency/error-reporter
  1. Update .env file with relevant API url and key
ERROR_REPORTER_API_URL=xxx
ERROR_REPORTER_API_KEY=yyy
  1. Register service provider in config/app.php (for Laravel 5.4 and older )
'providers' => [


   CubeAgency\ErrorReporter\ErrorReporterServiceProvider::class
  1. Bind exception handler in bootstrap/app.php
$app->singleton(
    Illuminate\Contracts\Debug\ExceptionHandler::class,
    CubeAgency\ErrorReporter\Exceptions\Handler::class
);

  1. Override package config default values by creating a config file in config/error-reporter.php

The Versions

20/06 2018

dev-master

9999999-dev

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks

20/06 2018

v1.0.3

1.0.3.0

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks

19/06 2018

v1.0.2

1.0.2.0

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks

07/05 2018

v1.0.1

1.0.1.0

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks

07/05 2018

v1.0

1.0.0.0

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks

31/01 2018

v0.5.3

0.5.3.0

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks

30/01 2018

v0.5.2

0.5.2.0

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks

30/01 2018

v0.5.1

0.5.1.0

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks

30/01 2018

v0.5

0.5.0.0

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks

30/01 2018

v0.4

0.4.0.0

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks

29/01 2018

v0.3

0.3.0.0

Reporting exceptions over HTTP to remote address

  Sources   Download

MIT

by Janis Osenieks