chfur / botman-tinker
Fork BotMan tinker command for your Laravel BotMan project
1.3.1
2022-04-23 17:31 UTC
Requires
- php: >=5.6.0
- chfur/botman: ^2.7
- clue/stdio-react: ^2.0
- illuminate/console: ~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0|^9.0
- illuminate/support: ~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0|^9.0
Requires (Dev)
- orchestra/testbench: ^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0|^7.0
README
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.