alldevs-eu/slack-laravel
最新稳定版本:1.1.5
Composer 安装命令:
composer require alldevs-eu/slack-laravel
包简介
A simple package to send notifications to Slack channels.
README 文档
README
A simple package to send notifications to Slack channels.
Installation
Simply run the following command to install:
composer require all-devs/slack-laravel
Then publish the config file and adjust it as you need it:
php artisan vendor:publish --provider="AllDevs\SlackLaravel\app\Providers\SlackLaravelServiceProvider"
How to use it
By default, it supports 3 channels:
Defaultchannel: use the default webhook to send all common messages.Errorchannel: use a webhook to send all errors of your application.Devchannel: use a local webhook that overrides all messages when the application is running locally.Deploychannel: use a deploy webhook to send info about repo pull requests.
Test
You can easily test the service using our console command php artisan slack:test and then follow the instructions.
统计信息
- 总下载量: 615
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-17