Download the PHP package dinesh/bugonemail without Composer
On this page you can find all versions of the php package dinesh/bugonemail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dinesh/bugonemail
More information about dinesh/bugonemail
Files in dinesh/bugonemail
Download dinesh/bugonemail
More information about dinesh/bugonemail
Files in dinesh/bugonemail
Vendor dinesh
Package bugonemail
Short Description Get Laravel Bug or Error instant notification by Emails
License MIT
Package bugonemail
Short Description Get Laravel Bug or Error instant notification by Emails
License MIT
Please rate this library. Is it a good library?
Informations about the package bugonemail
Installation
Begin by installing this package through Composer.
Edit your project's composer.json
file to require dinesh/bugonemail
.
"require": {
"laravel/framework": "5.*",
"dinesh/bugonemail": "5.*@dev"
}
Next, update Composer from the Terminal:
composer update
Once this operation completes, the next step is to add the service provider. Open app/config/app.php
, and add a new item to the providers array.
'Dinesh\Bugonemail\BugonemailServiceProvider'
Next, you need to publish it's config file(s).
php artisan config:publish dinesh/bugonemail
Now change Config file.
Manually Call
BugeException::notifyException($exception)
Manually set environment
BugeException::setEnvironment("local")
Email like
All versions of bugonemail with dependencies
PHP Build Version
Package Version
The package dinesh/bugonemail contains the following files
Loading the files please wait ....