styleci/bugsnag

This package is abandoned and no longer maintained. The author suggests using the alt-three/bugsnag package instead.

StyleCI Bugsnag Is A Bugsnag Bridge For Laravel 5

v0.2.2-alpha 2015-06-26 16:50 UTC

This package is auto-updated.

Last update: 2022-02-01 12:45:31 UTC


README

StyleCI Bugsnag was created by, and is maintained by Graham Campbell, and is a Bugsnag bridge for Laravel 5. Feel free to check out the change log, releases, license, and contribution guidelines.

WARNING

This package is no longer maintained.

StyleCI Bugsnag

Build Status Coverage Status Quality Score Software License Latest Version

Installation

PHP 5.5+ or HHVM 3.6+, and Composer are required.

To get the latest version of StyleCI Bugsnag, simply add the following line to the require block of your composer.json file:

"styleci/bugsnag": "0.1.*"

You'll then need to run composer install or composer update to download it and have the autoloader updated.

Once StyleCI Bugsnag is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

  • 'StyleCI\Bugsnag\BugsnagServiceProvider'

Usage

StyleCI Bugsnag is designed to manage user provided bugsnag and protect against bad input. There is currently no real documentation for this package, but we are open to pull requests.

License

StyleCI Bugsnag is licensed under The MIT License (MIT).