Skip to content

mitoop/laravel-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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