Giter Site home page Giter Site logo

laraslack's Introduction

LaraSlack

About

A Basic Slack integration for Laravel projects

Usage

Register a helper function instantiating the LaraSlack class e.g.

function laraslack($content) {
	return new \ThomasMountain\LaraSlack\LaraSlack($content);
}

Required ENV

  • SLACK_WEB_HOOK_URL=
    • String
    • The Slack web hook url
  • SLACK_CHANNEL=
    • String
    • The channel or user to send the message to
  • SLACK_USERNAME=
    • String
    • The username to send the message as
  • SLACK_ICON=
    • String
    • The icon to be sent with the message (wrapped in ':' i.e ๐Ÿ“ˆ)
  • SLACK_SEND=
    • Boolean
    • Determines wether the message will be sent
    • Set to false in testing environments

Overriding Defaults

You can pass an array to the send() method to overwride the defaults specified in the .env file. The array keys are:

  • channel
  • message
  • username
  • icon

Any array keys that are not passed through will take the defaults from the config

E.G:

laraslack([
    'channel' => 'Dummy Channel',
    'icon'    => ':bananadance:',
    'message  => 'message goes here'
]);

** Remember to pass through an array key for 'message' when doing this **

laraslack's People

Stargazers

Skino avatar Thomas Mountain avatar

Watchers

Thomas Mountain avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.