An open API service indexing awesome lists of open source software.

https://github.com/prevailexcel/botman-tinker

Gives your Laravel chatbot the ability to try your chatbot in your local terminal.
https://github.com/prevailexcel/botman-tinker

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# BotMan Tinker

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

> Originally built by Marcel Pociot, this version was optimized to work for Laravel 9, 10 and 11+.

## Installation

Run `composer require prevailexcel/botman-tinker` to install the composer dependencies.

## Usage

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

```php
php artisan botman:tinker
```

## License

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