Download the PHP package dedermus/reporter without Composer
On this page you can find all versions of the php package dedermus/reporter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dedermus/reporter
More information about dedermus/reporter
Files in dedermus/reporter
Download dedermus/reporter
More information about dedermus/reporter
Files in dedermus/reporter
Vendor dedermus
Package reporter
Short Description Exception reporter for Laravel open-admin-core
License MIT
Homepage https://github.com/dedermus/reporter
Package reporter
Short Description Exception reporter for Laravel open-admin-core
License MIT
Homepage https://github.com/dedermus/reporter
Please rate this library. Is it a good library?
Informations about the package reporter
Exception reporter for Open-Admin-Core
This tool stores the exception information into the database and provides a developer-friendly web interface to view the exception information.
Screenshot
Installation
Open bootstrap/app.php
,
1) Add: use OpenAdminCore\Admin\Reporter\Reporter;
2) Call $exceptions->reportable(function (Throwable $e) { Reporter::report($e); });
inside Application
... withExceptions
method:
Open http://localhost/admin/exceptions
to view exceptions.
License
Licensed under The MIT License (MIT).
All versions of reporter with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
laravel/framework Version >=7.0
dedermus/open-admin-core Version ^v2.0
ext-json Version *
laravel/framework Version >=7.0
dedermus/open-admin-core Version ^v2.0
ext-json Version *
The package dedermus/reporter contains the following files
Loading the files please wait ....