Skip to content
/ tinker Public

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

Notifications You must be signed in to change notification settings

botman/tinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages