-
regardless of what or whether I type or not, I start seeing 'I can be better.' message repeatedly. And there is no way to disable it without removing the route. This happens with the laravel example…
-
In the [docs](https://developers.facebook.com/docs/messenger-platform/faq)
https://github.com/CasperLaiTW/laravel-fb-messenger/issues/39#issuecomment-257206067
> If Facebook doesn't get HTTP 200, …
-
-
**Error:**
> SQLSTATE[42803]: Grouping error: 7 ERROR: column "participants.id" must appear in the GROUP BY clause or be used in an aggregate function
> LINE 1: select \* from "threads" where exists …
-
I think you should change the name of 'run' function to 'send' in the manual chatbot to match the command for the FacebookMessenger class.
-
I am trying to incorporate this into my existing laravel application running laravel 4.2
I followed the instructions to a "T" here: https://github.com/cmgmyr/laravel-messenger/tree/v1
No errors wh…
-
How can I get the count of new messages in thread?
-
The function `newThreadsCount()` in **Messagable.php** returns the number of unread messages. However, the `$this->threadsWithNewMessages()` returns an empty array when there are no messages.
`$this…
-
Hi,
I updated Composer and updated last version of laravel-messenger.
**My config is:**
- Laravel Framework version 5.1.41 (LTS)
- Composer config: "cmgmyr/messenger": "~2.0" -> I do composer upd…
-
Thanks for sharing this! :)
Do you have any plans for a L5.3 release?
(I have not tested it in L5.3 myself)