Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 449 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 449 Bytes

Slack unfurl Eventum Provider

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());