mitoop / laravel-robot
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/mitoop/laravel-robot
Requires
- illuminate/support: ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0
- mitoop/robot: ^3.0
README
环境需求
- Laravel >= 6
安装
composer require mitoop/laravel-robot
使用
发布配置文件
php artisan vendor:publish --provider="Mitoop\LaravelRobot\ServiceProvider"
配置参考: mitoop/robot
Facade
\Robot::sendTextMsg('debug', [ 'foo' => 'bar' ]); \Robot::sendMarkdownMsg('### Markdown');