PHPackages                             php-panel/ladmin-ext-reporter - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. php-panel/ladmin-ext-reporter

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

php-panel/ladmin-ext-reporter
=============================

Exception reporter for laravel

05PHP

Since Dec 4Pushed 5mo agoCompare

[ Source](https://github.com/php-panel/ladmin-ext-reporter)[ Packagist](https://packagist.org/packages/php-panel/ladmin-ext-reporter)[ RSS](/packages/php-panel-ladmin-ext-reporter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Exception reporter for laravel-admin
====================================

[](#exception-reporter-for-laravel-admin)

This tool stores the exception information into the database and provides a developer-friendly web interface to view the exception information.

[![Packagist](https://camo.githubusercontent.com/9cf840f6f1e4f174beca233868d4d0adc80391ed86d3f4a11059013e3310fe01/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7068702d70616e656c2f6c61646d696e2d6578742d7265706f727465722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/php-panel/ladmin-ext-reporter)[![Total Downloads](https://camo.githubusercontent.com/bf572d4d7bf489c796eeea94e1c381bf5d682b6664cb2b9bfaa87188341b463b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068702d70616e656c2f6c61646d696e2d6578742d7265706f727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/php-panel/ladmin-ext-reporter)![Pull request welcome](https://camo.githubusercontent.com/25f2db1404306d6dc01b1ac6e8c70f5f397ea8043dd9584d8dc4bc31b8bfea59/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70722d77656c636f6d652d677265656e2e7376673f7374796c653d666c61742d737175617265)

Screenshot
----------

[](#screenshot)

[![laravel-admin_exceptions](https://user-images.githubusercontent.com/1479100/30947042-0f667d9a-a43a-11e7-99c3-cf0fe236fedd.png)](https://user-images.githubusercontent.com/1479100/30947042-0f667d9a-a43a-11e7-99c3-cf0fe236fedd.png)

Installation
------------

[](#installation)

```
$ composer require php-panel/ladmin-ext-reporter -vvv

$ php artisan vendor:publish --tag=laravel-admin-reporter

$ php artisan migrate --path=vendor/laravel-admin-ext/reporter/database/migrations

$ php artisan admin:import reporter

```

Open `app/Exceptions/Handler.php`, call `Reporter::report()` inside `report` method:

```
