softheroes/tinker

BotMan tinker command for your Laravel BotMan project

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 59

pkg:composer/softheroes/tinker

dev-master 2022-12-25 14:32 UTC

This package is auto-updated.

Last update: 2025-09-25 20:47:26 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.