Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/botman/tinker

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

Last synced: 7 days 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.

## Installation

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

Then in your `config/app.php` add

```php
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
php artisan botman:tinker
```

## License

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