studio
studio copied to clipboard
Ready to use BotMan + Laravel framework
This PR will upgrade the studio to current Laravel's release. Creating draft PR, because now `studio-addons` is not compatible with L5.8
When running php artisan serve on mi local server, I'm able to connect to Facebook with my application without problem, but when deployed to Heroku and accessing the route _...routes/botman.php_...
When I install custom driver for VK(https://github.com/iboldurev/botman-driver-vk) this message appears: In ProviderRepository.php line 208: Class 'BotMan\Drivers\VK\Providers\VKServiceProvider' not found Script @php artisan package:discover handling the post-autoload-dump event returned with error code...
I have created a new project based on this boilerplate, I have added to .env the slack token of my bot, but when I use the command php artisan botman:listen...
Hello there, I don't know if anyone else has had this problem that I am facing, for some reason PhpUnit is inconsistently evaluating the instance "BotMan\BotMan\Messages\Outgoing\Question" and the first test...
I have a non-official repository fixing some issues with compatibility, nonetheless i would suggest a re-write of the entire library and studio framework using Laravel 10 and PHP 8.2. Some...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...