Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 438 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 438 Bytes

Laravel Robot

环境需求

  • 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');