studio-addons
studio-addons copied to clipboard
BotMan Studio addons
Updated dependencies to be compatible with Laravel 9, 10 & PHP 8.
Add PHP8 support (composer.json changes)
PHP 8
Match dependency version with botman/botman composer json [ "php": ">=7.1",](https://github.com/botman/botman/blob/2495a60615404604059ee552bf5a57353d07df25/composer.json#L18)
Currently, there is only one way to set recipient (channel) in tests by instantiating the `IncomingMessage` class: ```php $incoming1 = new IncomingMessage('hi', $sender, $recipient, ['foo' => 'bar']); $incoming2 = new...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...
I created new method which test contact message
If you ask a question by providing a simple string as a question the `assertQuestion` fails, but `assertReply` passes. So it looks like the `ask()` method produces replies (`BotMan\BotMan\Messages\Outgoing\OutgoingMessage`) instead...
Added methods to fully test questions and FB templates There are new tests written to see almost all new methods in action. There will be a conflict with `assertTemplate` method....
I used Laravel 5.7 and when I run **composer require botman/stodio-addons** it appear this error `Symfony\Component\Debug\Exception\FatalErrorException : Class BotMan\Studio\Console\Commands\BotManCacheClear contains 1 abstract method and must therefore be declared abstract or...