Skip to content
/ laravel Public

An easy way to report Exceptions from a Laravel app to channels including Slack, Email and SMS

License

Notifications You must be signed in to change notification settings

ripoti/laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ripoti/laravel

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

About

An easy way to report Exceptions from a Laravel app to channels including Slack, Email and SMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages