eventum/slack-unfurl-eventum

Eventum issue links unfurler for slack-unfurl

v0.5.0 2020-05-28 08:11 UTC

This package is auto-updated.

Last update: 2024-02-29 03:24:15 UTC


README

Eventum issue links unfurler for slack-unfurl.

Installation

  1. Install slack-unfurl
  2. Require this package: composer require eventum/slack-unfurl-eventum
  3. Merge env.example from this project to .env
  4. Register provider: in src/Application.php add $this->register(new \Eventum\SlackUnfurl\ServiceProvider\EventumUnfurlServiceProvider());