botman/tinker
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
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.
Related Packages
ricardofontanelli/laravel-telegram
A simple and lightweight Laravel 4 and 5 wrapper to interact with Telegram Bot.
3,653
10
jaybizzle/laravel-crawler-detect
A Laravel package to detect web crawlers via the user agent
2,899,946
326