mitoop / laravel-robot
v3.0.0
2024-10-29 08:04 UTC
Requires
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- mitoop/robot: ^3.0
Requires (Dev)
- laravel/pint: ^1.18
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');