Package Data | |
---|---|
Maintainer Username: | splatEric |
Maintainer Contact: | mike.smith@camc-ltd.co.uk (Mike Smith) |
Package Create Date: | 2016-04-29 |
Package Last Update: | 2016-05-04 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-17 15:00:10 |
Package Statistics | |
---|---|
Total Downloads: | 453 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Simple package to provide Laravel 5 artisan command to trigger deployment notifications to bugsnag.
This package is only of any use to users of Bugsnag. Instructions for Laravel Bugsnag integration are available through their github package.
Use composer to install this package:
composer require camc/bugsnag-deploy
Then add the Service Provider to your app configuration
'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.
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.
This package provides a single artisan command:
php artisan bugsnag:notify --help
Will provide details of current options