-
Hello,
First of all, great package, great work, thank you.
I have installed it and it works perfectly.
However, if User1 sends a message to User2, User3 can see the message and participate in it by…
-
any guidance to solve this error ?
`BadMethodCallException with message 'Call to undefined method Illuminate\Database\Query\Builder::newMessagesCount()'`
-
How can this be performed? I have went through the methods, but still had to implement my own (i needed to users have only single thread between each other).
-
![error](https://cloud.githubusercontent.com/assets/4638578/10557204/3e6b3218-74ab-11e5-9648-be55a65a999f.png)
Hi am using the examples at the git repository, but am getting the error above.
-
I used laravel messenger in heroku and $thread->participantsString(Auth::user()->id) is not working, but in my local it's perfectly working. any thoughts?
-
In order for users to quickly give feedback (report issues or request enhancements), the UI should provide a quick link to a feedback-popup on every page.
The feedback should be sent to the email ad…
-
Hi,
I don't know how to retrieve participants of a thread on the index page. I would like to show their pictures located on the users table, like as show view of messenger but on index view for each …
ghost updated
8 years ago
-
I am trying to do a private mailbox function, and I would like to provide the number of new messages (not threads) for a user. What is the most efficient way of doing it?
-
getting
ErrorException in Thread.php line 87:
Trying to get property of non-object because of
{!! $thread->creator()->name !!}
which is connected to this
public function creator()
{
r…
ghost updated
8 years ago
-
I'm in the need of extending an existing L4 app, and tried to follow the setup procedure, but as soon as I copy the "providers" declaration, I get a:
``` php
Call to undefined method Elasticquent\Ela…