studio icon indicating copy to clipboard operation
studio copied to clipboard

Ready to use BotMan + Laravel framework

Results 51 studio issues
Sort by recently updated
recently updated
newest added

I am connecting botman to an existing project on laravel 5.8. I installed botman and driver-web added configs and botman routes config/botman/config.php ``` return [ 'conversation_cache_time' => 40, 'user_cache_time' =>...

The package is very very usefull when you want build Bot or Telegram bot on Laravel. For this purpose other packages are not as useful as this one. But the...

I have installed fresh BotMan Studio and Telegram Driver. Seted TELEGRAM_TOKEN in env file. Run ngrok http 80 and setup WebHook by comand `php artisan botman:telegram:register` Webhook was set successfully!...

Hi, I am trying to install BotMan studio and trying to work my way around it for a project. But when installing, I am getting a lot of errors and...

Hello, i'm trying to use Botman in my laravel project, but don't work. I put the: Mpociot\BotMan\BotManServiceProvider::class on app.php and 'BotMan' => Mpociot\BotMan\Facades\BotMan::class on alias And still the same message...

When BotmanStudio will support Laravel 8 ? OR How to upgrade version of Laravel in BotmanStudio?

Dear All i am try to start to learn botman , when i follow the installation step for botman studio , after success install the botman studio using this command...

BotMan Version: 2.0 PHP Version: 7.4 Messaging Service(s): Telegram Cache Driver: Laravel Description: How to send video via telegram bot to user. Please help I installed Telegram driver on to...

When i start conversation from oficial documentation with php 7.4 i get an error: `include(): Opis\Closure\ClosureStream::stream_set_option is not implemented! {"exception":"[object] (ErrorException(code: 0): include(): Opis\\Closure\\ClosureStream::stream_set_option is not implemented! at /Users/maxim/Downloads/tg-bot/vendor/opis/closure/src/SerializableClosure.php:206)`

Hello @mpociot, Am trying to use Botman with Dialogflow and I have managed to integrate them but now am having an issue with response, when I type a phrase to...