-
Hi man
tanx a lot for this awesome package
How can i close a thread?
-
Running latest Laravel 5.4 and latest build of boilerplate First off thanks for the project, got me started on my own project and now am expanding. But have found several things that need attention.
…
-
Hi,
Im trying to share session data beetwen the socket server and Symfony using handlers (File) but he get only the session id:
My socket file:
``` php
$loop = \React\EventLoop\Factory::c…
-
Hi!
Your package is very useful, I won a lot of hours!
I have a question, is this possible to customize the persistent menu?
I want a different menu based on user choices (like disable subscription…
-
Can I use this package for example like a project tracking system. Let me explain:
I have projects and projects having Tickets assigned to users(Project Managers and Responsables), now each Ticket …
-
Facebook is partenred with Ushahidi to help create a FB bot data source for the Kenyan election. Most people are on FB messenger, we should be there too.
## Use cases and User flow
1. Simple Bo…
-
- BotMan Version: 1.5.7
- PHP Version: 5.6
### Description:
I'm write
```
$bot->hears('hi', function (BotMan $bot) {
$bot->reply('hello');
})->driver(FacebookDriver::DRIVER_NAME);
```
A…
-
Hi, excellent package btw!
Not necessarily issues, but I did stumble across a couple of hurdles when using the debug tool:
1. My PUSHER_KEY was not getting picked up in debug.blade.php as I had cach…
-
I'm getting this error on v1.4.1:
`ErrorException: Cannot declare class Menu, because the name is already in use`
The line responsible:
`/vendor/casperlaitw/laravel-fb-messenger/src/Providers…
-
Sorry that i dont know how to pull requests.
below is what to update:
Added [appsecret_proof] after [access_token] to Contracts/Bot.php
`'appsecret_proof' => hash_hmac('sha256', $this->token, geten…