An easy way to report Exceptions from a laravel app to various channels including Slack, Email, Sms
This release is hosted on github https://github.com/ripoti/laravel
To install kinatechsolutions/php-transport head over to your projects' composer.json and add the sigma repository on the repository option.
"repositories": [
{
"type": "git",
"url": "https://github.com/ripoti/laravel"
}
]
Add ripoti/laravel on the require list in your composer.json
"ripoti/laravel": "^1.0.0",
Install ripoti/laravel with composer require command
composer require ripoti/laravel