botman / tinker by mpociot

BotMan tinker command for your Laravel BotMan project
191,385
98
5
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: 2024-04-26 03:08:12
Package Statistics
Total Downloads: 191,385
Monthly Downloads: 557
Daily Downloads: 20
Total Stars: 98
Total Watchers: 5
Total Forks: 60
Total Open Issues: 5

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.