PHPackages                             daimakuai-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. daimakuai-ext/reporter

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

daimakuai-ext/reporter
======================

Exception reporter for laravel

v1.0.0(7y ago)0351MITPHPPHP &gt;=7.0.0

Since Nov 24Pushed 7y agoCompare

[ Source](https://github.com/daimakuai-ext/reporter)[ Packagist](https://packagist.org/packages/daimakuai-ext/reporter)[ Docs](https://github.com/daimakuai-ext/reporter)[ RSS](/packages/daimakuai-ext-reporter/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (3)Used By (1)

Exception reporter for daimakuai-admin
======================================

[](#exception-reporter-for-daimakuai-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/93deed94c7d0837a02809d5b5a962d3fefd8b93a90cfa5e99f5baffdf0b88342/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131303331373838302f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/110317880)[![Packagist](https://camo.githubusercontent.com/178a34e96ed868a9bf2ce1278d08cfcbbc9db14c54f303499ea097c1180cf626/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6461696d616b7561692d6578742f7265706f727465722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/daimakuai-ext/reporter)[![Total Downloads](https://camo.githubusercontent.com/0e371d202bcb82238322f6bc9942075afe7444983a8328480c0f65e21acdb93a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6461696d616b7561692d6578742f7265706f727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daimakuai-ext/reporter)![Pull request welcome](https://camo.githubusercontent.com/25f2db1404306d6dc01b1ac6e8c70f5f397ea8043dd9584d8dc4bc31b8bfea59/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70722d77656c636f6d652d677265656e2e7376673f7374796c653d666c61742d737175617265)

Screenshot
----------

[](#screenshot)

[![daimakuai-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 daimakuai-ext/reporter -vvv

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

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

$ php artisan admin:import reporter

```

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

```
