Simple package to provide a Laravel 5 artisan command to trigger deployment notifications to bugsnag
Simple package to provide Laravel 5 artisan command to trigger deployment notifications to bugsnag., (*1)
This package is only of any use to users of Bugsnag. Instructions for Laravel Bugsnag integration are available through their github package., (*2)
Use composer to install this package:, (*3)
composer require camc/bugsnag-deploy
, (*4)
Then add the Service Provider to your app configuration, (*5)
'providers' => [ ... Camc\BugsnagDeploy\BugsnagDeployServiceProvider::class, ... ]
The aim of this package is to provide a simple integration tool with the Bugsnag Deploy Api, pulling information from the Laravel configuration/environment as much as possible to ensure accurate data is passed to the API., (*6)
It's very niche, and probably only useful to a handful of people. A lot of the motivation for developing it was actually for the experience of putting together Laravel a package., (*7)
This package provides a single artisan command:, (*8)
php artisan bugsnag:notify --help
, (*9)
Will provide details of current options, (*10)