ripoti / laravel
将 laravel 应用中的异常轻松地报告到包括 Slack、电子邮件和短信在内的各种渠道的简单方法
1.0.1
2022-12-21 21:35 UTC
Requires
- php: ^8.1
- africastalking/africastalking: ^3.0
- laravel/slack-notification-channel: ^2.4
README
将 laravel 应用中的异常轻松地报告到包括 Slack、电子邮件、短信在内的各种渠道的简单方法
安装
此版本托管在 github 上 https://github.com/ripoti/laravel
要安装 kinatechsolutions/php-transport,请前往项目的 composer.json 文件,并在仓库选项中添加 sigma 仓库。
"repositories": [ { "type": "git", "url": "https://github.com/ripoti/laravel" } ]
在 composer.json 中的 require 列表中添加 ripoti/laravel
"ripoti/laravel": "^1.0.0",
使用 composer require 命令安装 ripoti/laravel
composer require ripoti/laravel