PHPackages                             redfunction/laravel-error-reporting - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. redfunction/laravel-error-reporting

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

redfunction/laravel-error-reporting
===================================

Laravel error reporting

0.1.3(9y ago)21.1k2MITPHPPHP &gt;=5.6.4

Since Dec 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/redfunction/laravel-error-reporting)[ Packagist](https://packagist.org/packages/redfunction/laravel-error-reporting)[ Docs](https://github.com/redfunction/laravel-error-reporting)[ RSS](/packages/redfunction-laravel-error-reporting/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (3)Versions (17)Used By (0)

Laravel error reporting
=======================

[](#laravel-error-reporting)

Install
-------

[](#install)

### composer

[](#composer)

#### Direct download

[](#direct-download)

```
composer require redfunction/laravel-error-reporting
```

#### composer.json

[](#composerjson)

```
{
    "require": {
      "redfunction/laravel-error-reporting" : "*"
    }
}
```

```
composer update
```

### ENV (config)

[](#env-config)

```
ERROR_REPORTING_EMAIL_FROM=example@example.com
ERROR_REPORTING_EMAIL_FROM_NAME="Example name"
ERROR_REPORTING_EMAIL_RECIPIENTS="example.recipients@example.com second.recipients@example.com"
ERROR_REPORTING_EMAIL_SUBJECT="Test %APP_ENVIRONMENT%"
ERROR_REPORTING_LOG_STACK_TRACE=true
ERROR_REPORTING_JSON_RESPONSE_LONG_MESSAGE=true
```

### config/error.reporting.php

[](#configerrorreportingphp)

```
