Looking to hire Laravel developers? Try LaraJobs

laravel-slack-api maintained by hnhdigital-os

Description
Laravel integration for the cleentfaar/slack package.
Author
Last update
2018/09/11 14:57 (dev-master)
License
Links
Downloads
30
Tags

Comments
comments powered by Disqus
   _____ _            _           __             _                               _ 
  / ____| |          | |         / _|           | |                             | |
 | (___ | | __ _  ___| | __     | |_ ___  _ __  | |     __ _ _ __ __ ___   _____| |
  \___ \| |/ _` |/ __| |/ /     |  _/ _ \| '__| | |    / _` | '__/ _` \ \ / / _ \ |
  ____) | | (_| | (__|   <      | || (_) | |    | |___| (_| | | | (_| |\ V /  __/ |
 |_____/|_|\__,_|\___|_|\_\ API |_| \___/|_|    |______\__,_|_|  \__,_| \_/ \___|_|
                                                                               

Provides Slack for Laravel.

Latest Stable Version Total Downloads Latest Unstable Version Built for Laravel License

StyleCI Issue Count Code Climate

This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.

Install

Via composer:

$ composer require hnhdigital-os/laravel-slack-api dev-master

Enable the service provider by editing config/app.php:

    'providers' => [
        ...
        Bluora\LaravelSlackApi\ServiceProvider::class,
        ...
    ];

Enable the facade by editing config/app.php:

    'aliases' => [
        ...
        'SlackApi' => Bluora\LaravelSlackApi\Facade::class,
        ...
    ];

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.