glen/slack-unfurl-jira

Jira links unfurler for slack-unfurl

v0.4.2 2019-04-10 22:23 UTC

This package is auto-updated.

Last update: 2024-04-11 13:56:06 UTC


README

JIRA links unfurler for slack-unfurl.

Installation

  1. Install slack-unfurl
  2. Require this package:
composer config minimum-stability dev
composer config prefer-stable true
composer require glen/slack-unfurl-jira
  1. Merge env.example from this project to .env
  2. Register provider: in src/Application.php add $this->register(new \JiraSlackUnfurl\ServiceProvider\JiraUnfurlServiceProvider());