Download the PHP package nodes/bugsnag without Composer
On this page you can find all versions of the php package nodes/bugsnag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nodes/bugsnag
More information about nodes/bugsnag
Files in nodes/bugsnag
Package bugsnag
Short Description Report errors to Bugsnag from your Laravel project
License MIT
Homepage http://nodesagency.com
Informations about the package bugsnag
Bugsnag
A Laravel wrapper for Bugsnag Laravel.
Introduction
We love Bugsnag. It's pretty much our most used tool in Nodes.
Therefore we decided to make a Laravel wrapper for the service and even managed to squeeze in an additional feature or two.
📦 Installation
To install this package you will need:
- Laravel 5.1+
- PHP 5.5.9+
You must then modify your composer.json
file and run composer update
to include the latest version of the package in your project.
Or you can run the composer require command from your terminal.
🔧 Setup
Setup service provider in config/app.php
Publish config files
If you want to overwrite any existing config files use the --force
parameter
⚙ Usage
After you have added the service provider to the config/app.php
array, then it pretty much works automatically.
Only thing you need make sure, is that you've entered the correct API_KEY
in the config/nodes/bugsnag.php
config file.
Manually reporting exceptions
It happens once in a while, that you might need to try {} catch {}
stuff and when you're catching exception you wish to surpress it for the user,
but you would actually also like to be notified about it in Bugsnag. Then you can use the global helper method bugsnag_report
to that.
🏆 Credits
This package is developed and maintained by the PHP team at Nodes Agency
📄 License
This package is open-sourced software licensed under the MIT license
All versions of bugsnag with dependencies
nodes/core Version ^1.1
bugsnag/bugsnag Version ^3.4
bugsnag/bugsnag-psr-logger Version ^1.1
bugsnag/bugsnag-laravel Version ^2.0