bipinkareparambil/slack-bug-reporting
最新稳定版本:1.0.2
Composer 安装命令:
composer require bipinkareparambil/slack-bug-reporting
包简介
Slack Bug Reporting Laravel Package
README 文档
README
This Laravel package allows you to report bugs to Slack for easy tracking and collaboration.
Installation
To install the package, follow these steps:
-
Require the package using Composer:
composer require bipinkareparambil/slack-bug-reporting
-
Set up the environment variable:
In your .env file, add the following variable and set its value to the webhook URL of your Slack app
SLACK_BUG_REPORTING_WEBHOOK="https://hooks.slack.com/services/{remaining_url_part}"
You're ready to use the Slack Bug Reporting package in your Laravel application!
Usage
To report bugs to Slack, you can use the SlackBugReportingService provided by the package. Here's an example of how to use it:
use BipinKareparambil\SlackBugReporting\SlackBugReportingService; // Create an instance of the SlackBugReportingService $slackBugReporting = new SlackBugReportingService(); // Send a bug report message $message = "Bug report message..."; $response = $slackBugReporting->send($message);
统计信息
- 总下载量: 2.55k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-08