mpociot/botman-tinker

This package is abandoned and no longer maintained. The author suggests using the botman/tinker package instead.

BotMan tinker command for your Laravel BotMan project

1.2.0 2020-05-27 16:44 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:06:33 UTC


README

Gives your Laravel chatbot the ability to try your chatbot in your local terminal.

Installation

Run composer require botman/tinker to install the composer dependencies.

Then in your config/app.php add

BotMan\Tinker\TinkerServiceProvider::class,

to the providers array.

Usage

You now have a new Artisan command that helps you to test and develop your chatbot locally:

php artisan botman:tinker

License

BotMan and Tinker is free software distributed under the terms of the MIT license.