softheroes / tinker
BotMan tinker command for your Laravel BotMan project
dev-master
2022-12-25 14:32 UTC
Requires
- php: ^7.3.0
- clue/stdio-react: ^2.3
- illuminate/console: ^8.6
- illuminate/support: ^8.6
Requires (Dev)
- orchestra/testbench: ^3.0 || ^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.2 || ^6.2
This package is auto-updated.
Last update: 2024-12-25 19:24:31 UTC
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.