https://github.com/prevailexcel/botman-tinker
Gives your Laravel chatbot the ability to try your chatbot in your local terminal.
https://github.com/prevailexcel/botman-tinker
Last synced: 4 months ago
JSON representation
Gives your Laravel chatbot the ability to try your chatbot in your local terminal.
- Host: GitHub
- URL: https://github.com/prevailexcel/botman-tinker
- Owner: PrevailExcel
- Created: 2024-12-04T00:10:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-21T06:04:10.000Z (over 1 year ago)
- Last Synced: 2025-11-27T16:23:36.811Z (7 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BotMan Tinker
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
php artisan botman:tinker
```
## License
BotMan and Tinker is free software distributed under the terms of the MIT license.