| Package Data | |
|---|---|
| Maintainer Username: | mpociot |
| Maintainer Contact: | m.pociot@gmail.com (Marcel Pociot) |
| Package Create Date: | 2017-04-03 |
| Package Last Update: | 2023-11-14 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:01:41 |
| Package Statistics | |
|---|---|
| Total Downloads: | 200,458 |
| Monthly Downloads: | 239 |
| Daily Downloads: | 0 |
| Total Stars: | 102 |
| Total Watchers: | 4 |
| Total Forks: | 59 |
| Total Open Issues: | 5 |
Gives your Laravel chatbot the ability to try your chatbot in your local terminal.
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.
You now have a new Artisan command that helps you to test and develop your chatbot locally:
php artisan botman:tinker
BotMan and Tinker is free software distributed under the terms of the MIT license.