Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botman/tinker
Gives your Laravel chatbot the ability to try your chatbot in your local terminal.
https://github.com/botman/tinker
Last synced: 7 days ago
JSON representation
Gives your Laravel chatbot the ability to try your chatbot in your local terminal.
- Host: GitHub
- URL: https://github.com/botman/tinker
- Owner: botman
- Created: 2017-04-03T15:27:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T17:15:29.000Z (about 1 year ago)
- Last Synced: 2024-12-08T19:20:54.896Z (14 days ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 100
- Watchers: 5
- Forks: 57
- Open Issues: 5
-
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.
## Installation
Run `composer require botman/tinker` to install the composer dependencies.
Then in your `config/app.php` add
```php
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
php artisan botman:tinker
```## License
BotMan and Tinker is free software distributed under the terms of the MIT license.