kivpson / botmantinker

为您的 Laravel BotMan 项目提供的 BotMan tinker 命令

1.3.0 2021-04-04 13:02 UTC

This package is not auto-updated.

Last update: 2024-10-01 04:20:32 UTC


README

备份原始包 BotMan Tinker,由 Marcel Pociot 提供

  • 兼容 Laravel 7

安装

运行 composer require botman/tinker 安装 composer 依赖项。

然后在您的 config/app.php 中添加

BotMan\Tinker\TinkerServiceProvider::class,

providers 数组。

用法

现在您有一个新的 Artisan 命令,可以帮助您在本地测试和开发聊天机器人

php artisan botman:tinker