LaravelPackages.net
Acme Inc.
Toggle sidebar
chfur/botman-tinker

Fork BotMan tinker command for your Laravel BotMan project

344
0
1.3.1
About chfur/botman-tinker

chfur/botman-tinker is a Laravel package for fork botman tinker command for your laravel botman project. It currently has 0 GitHub stars and 344 downloads on Packagist (latest version 1.3.1). Install it with composer require chfur/botman-tinker. Discover more Laravel packages by chfur or browse all Laravel packages to compare alternatives.

Last updated

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.

Comments