kivpson/botmantinker

BotMan tinker command for your Laravel BotMan project

1.3.0 2021-04-04 13:02 UTC

This package is not auto-updated.

Last update: 2024-04-30 02:16:56 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