mitoop / laravel-robot
v3.1.1
2025-08-28 13:59 UTC
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');