michaelferreira/laravel-slack is a Laravel package.
It currently has 4 GitHub stars and 535 downloads on Packagist.
Install it with composer require michaelferreira/laravel-slack.
Discover more Laravel packages by michaelferreira
or browse all Laravel packages to compare alternatives.
Last updated
Slack integration for Laravel
A step by step series of examples that tell you how to get a development env running
Say what the step will be
composer require michaelferreira/slack-message
To use just call the facade Slack.
Channel
Slack::to('#general')->send('message');
User
Slack::to('@user')->send('message');
This project is licensed under the MIT License - see the LICENSE.md file for details