Download the PHP package bin-ism/error-monitoring without Composer
On this page you can find all versions of the php package bin-ism/error-monitoring. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package error-monitoring
Monitoring all errors
Installation
register in our website
http://error-monitoring.pzhame.ir/register
create account and get token :
in your account , create a project and get specific token http://error-monitoring.pzhame.ir
install package via composer
composer require bin-ism/error-monitoring:dev-master
publish vendor
php artisan vendor:publish --provider="Binism\ErrorMonitoring\ErrorMonitoringServiceProvider"
environment config
add ERROR_MONITORING=true
in your .env file
set your token in published file
in config/error-monitoring.php set your token
Usage
in app/Exceptions/Handler.php add blow code
now , whenever an error happend you can what complete detail in our website
Author
Reza Karimi
All versions of error-monitoring with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.2
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^9.19
laravel/sanctum Version ^3.0
laravel/tinker Version ^2.7
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^9.19
laravel/sanctum Version ^3.0
laravel/tinker Version ^2.7
The package bin-ism/error-monitoring contains the following files
Loading the files please wait ....