Package Data | |
---|---|
Maintainer Username: | bluora |
Maintainer Contact: | rocco@bluora.com.au (Rocco Howard) |
Package Create Date: | 2017-06-20 |
Package Last Update: | 2018-09-11 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:07:23 |
Package Statistics | |
---|---|
Total Downloads: | 28 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
_____ _ _ __ _ _
/ ____| | | | / _| | | | |
| (___ | | __ _ ___| | __ | |_ ___ _ __ | | __ _ _ __ __ ___ _____| |
\___ \| |/ _` |/ __| |/ / | _/ _ \| '__| | | / _` | '__/ _` \ \ / / _ \ |
____) | | (_| | (__| < | || (_) | | | |___| (_| | | | (_| |\ V / __/ |
|_____/|_|\__,_|\___|_|\_\ API |_| \___/|_| |______\__,_|_| \__,_| \_/ \___|_|
Provides Slack for Laravel.
This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.
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,
...
];
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.