Please help you for these three points about Messenger and its UI packages ???!!! #65
Unanswered
chegmarco1989
asked this question in
Q&A
Replies: 1 comment
-
|
Hello @RTippin and/or everyone. Any help please ??? We already put online pour Website that use Messenger and need the explainations 🙏🙏🙏. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @RTippin .
We have some concerns about how to setup "Messenger" in our existing Laravel application after reading this README: https://github.com/RTippin/messenger/blob/1.x/docs/Installation.md:
1 - After installing
Januson our Server, does it require to uncomment:in
app\Providers\MessengerServiceProvider.phpto use Video Call ???Or do you think Video Call is possible even that line (
Messenger::setVideoDriver(MyVideoBroker::class);) keep commented ???2 - We want to display and allow conversation only between users that have the same
business_idknowing that theusersTable in Database already havebusiness_idcolumn:So how to edit UI or Messenger itself espacially the part of the shotscreen above circled in Red so that it display only the
usersthat have the samebusiness_idvalue in DataBase to allow them to converse ???3 - Our existing Laravel Application does not have
avatarcolumn inusersTable in Database.Should we add this:
$table->string('messenger_avatar')->nullable();in ourusersMigration or another Migration (because, we don't understand where to put it) ???Please answer us step by step.
Beta Was this translation helpful? Give feedback.
All reactions