kivpson / botmantinker
BotMan tinker command for your Laravel BotMan project
1.3.0
2021-04-04 13:02 UTC
Requires
- php: >=7.1.0
- botman/botman: ~2.0
- 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
- illuminate/support: ~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0
Requires (Dev)
- orchestra/testbench: ^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0
This package is not auto-updated.
Last update: 2025-03-18 06:19:05 UTC
README
Backup original package BotMan Tinker by Marcel Pociot
- Laravel 7 compatible
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