kivpson/botmantinker

BotMan tinker command for your Laravel BotMan project

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/kivpson/botmantinker

1.3.0 2021-04-04 13:02 UTC

This package is not auto-updated.

Last update: 2025-10-14 09:15:22 UTC


README

Backup original package BotMan Tinker by Marcel Pociot

  • Laravel 7 compatible

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