-
Hi I'm using code from lib doc (framework Laravel 5.1):
`$table->bigInteger('facebook_user_id')->unsigned()->index();`
when I run migration I getting error:
`SQLSTATE[22003]: Numeric value ou…
-
Hello again. I tried to implement a pager for the messages (->paginate(10)) but that does not work. Is there any way to limit the messages output within the show-action?
-
-
I have implemented this into my existing laravel 4.2 project but when I create a message I get:
`SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.name' in 'field list' (SQL: select con…
-
Are there any plans to introduce configurable table names into this library? I'm working with an existing project that has a naming convention for the tables in the database, which means that I need t…
-
What are you using as the webhook in this case? I didn't see any entires under the routes.
-
I want to show users a "Getting Started" Button Template as soon as they open a dialogue with my chat bot in Messenger. Is there a way to do this?
Also, this is by far the best chat bot framework I…
-
@cmgmyr Hello, Chris! I've found that latest MySQL version turned on `ONLY_FULL_GROUP_BY` flag by default. This is critical on latest MySQL installations.
> PDOException: SQLSTATE[42000]: Syntax er…
-
When I goto send a message to a user I get this....
BadMethodCallException in Builder.php line 2508:
Call to undefined method Illuminate\Database\Query\Builder::addParticipants()
Yet the messag…
-
Can laravel-messenger be used on 5.3 ?