ripoti/laravel

An easy way to report Exceptions from a laravel app to channels including Slack, Email and Sms

1.0.1 2022-12-21 21:35 UTC

This package is auto-updated.

Last update: 2024-04-04 12:32:30 UTC


README

An easy way to report Exceptions from a laravel app to various channels including Slack, Email, Sms

Installation

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