prevailexcel / botman-tinker
BotMan tinker command for your Laravel BotMan project (For Laravel 8, 9, 10+)
1.0.1
2024-12-21 06:00 UTC
Requires
- php: >=7.1|^8.0
- botman/botman: ~2.0
- clue/stdio-react: ^2.0
- illuminate/console: ^5.0 ||^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/support: ^5.0 ||^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
- nette/schema: ^1.3
Requires (Dev)
- orchestra/testbench: ^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0
This package is auto-updated.
Last update: 2024-12-21 06:10:44 UTC
README
Gives your Laravel chatbot the ability to try your chatbot in your local terminal.
Originally built by Marcel Pociot, this version was optimized to work for Laravel 9, 10 and 11+.
Installation
Run composer require prevailexcel/botman-tinker
to install the composer dependencies.
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.