kinatechsolutions/bug-clasper

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

v1.0.2 2022-12-21 14:37 UTC

This package is auto-updated.

Last update: 2024-04-21 17:20:28 UTC


README

A 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/kinatechsolutions/bug-clasper.git

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/kinatechsolutions/bug-clasper"
        }
    ]

Add kinatechsolutions/php-transport on the require list in your composer.json

"kinatechsolutions/bug-clasper": "^1.0.0",

Install kinatechsolutions/php-transport with composer require command

composer require kinatechsolutions/php-transport