Download the PHP package bipinkareparambil/slack-bug-reporting without Composer
On this page you can find all versions of the php package bipinkareparambil/slack-bug-reporting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bipinkareparambil/slack-bug-reporting
More information about bipinkareparambil/slack-bug-reporting
Files in bipinkareparambil/slack-bug-reporting
Download bipinkareparambil/slack-bug-reporting
More information about bipinkareparambil/slack-bug-reporting
Files in bipinkareparambil/slack-bug-reporting
Vendor bipinkareparambil
Package slack-bug-reporting
Short Description Slack Bug Reporting Laravel Package
License MIT
Package slack-bug-reporting
Short Description Slack Bug Reporting Laravel Package
License MIT
Please rate this library. Is it a good library?
Informations about the package slack-bug-reporting
Slack Bug Reporting Package
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:
shell 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);
All versions of slack-bug-reporting with dependencies
PHP Build Version
Package Version
The package bipinkareparambil/slack-bug-reporting contains the following files
Loading the files please wait ....