PHPackages                             exception-reporter/laravel-admin-ext - 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. exception-reporter/laravel-admin-ext

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

exception-reporter/laravel-admin-ext
====================================

Exception reporter for laravel

v1.0(5y ago)019MITPHPPHP &gt;=7.0.0

Since Apr 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/zenghuang19/laravel-admin-ext-exception-reporter)[ Packagist](https://packagist.org/packages/exception-reporter/laravel-admin-ext)[ Docs](https://github.com/zenghuang19/laravel-admin-ext-exception-reporter.git)[ RSS](/packages/exception-reporter-laravel-admin-ext/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (2)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.

[![StyleCI](https://camo.githubusercontent.com/aa3bef591f2b791ac56130a2c7f01ba9f61a7442ed67d60fb26b725c128c58d8/68747470733a2f2f7374796c6563692e696f2f7265706f732f39373930303035332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/97900053)[![Packagist](https://camo.githubusercontent.com/5701ed0de3220ffa9f61950e62bfd83f11bf685baf8e386f7929c7cab191663a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2d61646d696e2d6578742f7265706f727465722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/laravel-admin-ext/reporter)[![Total Downloads](https://camo.githubusercontent.com/f09e4b3c5b4d1f404c03608e4080f1740d9879e707f928fb463f4d1b2d22288b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d61646d696e2d6578742f7265706f727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-admin-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 exception-reporter/laravel-admin-ext -vvv

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

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

$ php artisan admin:import reporter

```

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

```
