alt-three / bugsnag
This package is abandoned and no longer maintained.
The author suggests using the bugsnag/bugsnag package instead.
A Bugsnag Bridge For Laravel 5
v1.5.0
2016-06-20 12:53 UTC
Requires
- php: >=5.5.9
- alt-three/logger: ^1.1
- bugsnag/bugsnag: ^2.5
- illuminate/contracts: 5.1.*|5.2.*|5.3.*
- illuminate/support: 5.1.*|5.2.*|5.3.*
- psr/log: ^1.0
Requires (Dev)
- graham-campbell/testbench: ^3.1
- phpunit/phpunit: ^4.8|^5.0
README
A Bugsnag bridge for Laravel 5.
Installation
Either PHP 5.5+ or HHVM 3.6+ are required.
To get the latest version of Alt Three Bugsnag, simply require the project using Composer:
$ composer require alt-three/bugsnag
Instead, you may of course manually update your require block and run composer update
if you so choose:
{ "require": { "alt-three/bugsnag": "^1.0" } }
Once Alt Three Bugsnag is installed, you need to register the service provider. Open up config/app.php
and add the following to the providers
key.
'AltThree\Bugsnag\BugsnagServiceProvider'
Security
If you discover a security vulnerability within this package, please e-mail us at support@alt-three.com. All security vulnerabilities will be promptly addressed.
License
Alt Three Bugsnag is licensed under The MIT License (MIT).