Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork521
How are you using laravel-messenger?#366
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Please leave a comment explaining how you are using this package. How many users are you supporting? What type of features have you had to implement to extend the base functionality of this package? *If you have any issues, please open up a new ticket. Please keep this thread for feedback only. Thanks! |
BetaWas this translation helpful?Give feedback.
All reactions
👍 3🎉 6
Replies: 67 comments 1 reply
-
Implementing it for a Unit Manager internal messaging system. We aim to support at most 150+ users. Currently only using base functionality. I'll update I add anything more. Thanks for this awesome package! |
BetaWas this translation helpful?Give feedback.
All reactions
-
We are using it for the same that mrgwilliam, but we are also implementating a notification system with other parts of the site. We have around 500 users in the site but the messenger is still in beta. |
BetaWas this translation helpful?Give feedback.
All reactions
-
we are implementing it in an in-school network , however , having seen laravel 5.1 shouldbroadcast , we are thinking about using socket.io to build a realtime messaging platform , have you given any thought about this ? there's a package called 'confer' that already does this but with pusher |
BetaWas this translation helpful?Give feedback.
All reactions
-
We are using it as a facebook-like private message system in a community website. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 46😄 9🎉 11❤️ 13
-
Thank you all for the great feedback so far! @Pandahisham in the new version I'm planning on using events, so you'll be able to hook into those pretty easily. You'll still have to handle the front end processing on your own. I don't think it makes sense (at least at this time) to do anything with Pusher, or other services, inside this package |
BetaWas this translation helpful?Give feedback.
All reactions
-
yap ! we will handle the frontend ourselfves , just give us a well documented package with hints to how it may work with say pusher or socket.io , leave the rest to us |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thanks for the nice package, works fine. But I got an error when I make a migration:refresh after a time: Class "AddSoftdeletesToThreadTable" not found. The migration file with it class is in the migration folder. Don't know what I'm doing wrong |
BetaWas this translation helpful?Give feedback.
All reactions
👎 2
-
@Pandahisham just check this repo. It's pretty good boilerplate to make this package work with Pusherhttps://github.com/cmgmyr/laravel-messenger-pusher-demo |
BetaWas this translation helpful?Give feedback.
All reactions
-
@a-komarev and@cmgmyr thanks !! i may have to re-purpose that to socket.io though |
BetaWas this translation helpful?Give feedback.
All reactions
-
How can I run this in my project , I have no idea... .. I followed all the instructions but its not working :( I am using laravel 4.2 version ...anyone here to help me please!! |
BetaWas this translation helpful?Give feedback.
All reactions
-
@talha08 if you have a specific thing you need help with, please create a new issue ticket with more information. This isn't the correct issue for help. With Laravel 4, you should be using the |
BetaWas this translation helpful?Give feedback.
All reactions
-
@cmgmyr Using it as a personal messaging system with the phphub china community forum. |
BetaWas this translation helpful?Give feedback.
All reactions
👀 1
-
In a Game-Webinterface for an Arma3 Altis Life Server. AS additional features I've added Markdown and a PHP side Twemoji Class that replaces some codes with the SVGs for the twemojis. For me this is a very good package cause it just comes with the needed things and is easy customizable. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I'm not using it yet, but I'm planning on using it to support messaging between the website admins and the users... it seems very well suited for that |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Great package just created a demo app with Laravel 5.2 |
BetaWas this translation helpful?Give feedback.
All reactions
👍 3
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
BetaWas this translation helpful?Give feedback.
All reactions
👍 8❤️ 6
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
BetaWas this translation helpful?Give feedback.
All reactions
👍 4❤️ 2
-
so cool, thanks for sharing! |
BetaWas this translation helpful?Give feedback.
All reactions
-
can I use this package with two separate models? "User" and "Manager" ?? |
BetaWas this translation helpful?Give feedback.
All reactions
-
@Mu9tafa-Online I want that too 👍 |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
We're using this package to provide instant messages to our users. Glive connects artists, agencies and contractors. They can meet new contacts and keep in touch with messages. We're developing more advanced messaging features like contract attachments, event planning and more. This package allows the customization of the message system to our needs. Thank you for this excellent package. |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 2
-
Please helps me here, i have a serious problem, use Laravel 5.8 i really need your helps |
BetaWas this translation helpful?Give feedback.
All reactions
👎 2
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
@alkaou this thread is not for asking for help. Please add anew, detailed, issue in the repo or wait for someone to respond on stack overflow. |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Actually started using this package along with an expanded version of this package (https://github.com/lexxyungcarter/laravel-5-messenger) as a base in April 2018, but ended up extracting out your SRC files, using the models as a base reference, and building back up from scratch. We needed to be able to message between any models we choose, so switched to using morphs on everything. Ended up building so much on top, I am starting to extract it out into a standalone package I too would like to release as an entire suite! But your base helped us get the jump start we needed, so thanks! I added support for group invite links like discord, video calling/group calling, bobble heads (read indicators), images, documents, links, youtube support. Privacy and friends list are also integrated |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1❤️ 1
-
BetaWas this translation helpful?Give feedback.
All reactions
👍 2❤️ 3
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 I know its bit late to ask a question. But I would like to know how to show the conversations in timeline mode like you are doing? |
BetaWas this translation helpful?Give feedback.
All reactions
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. I am rebuilding my website and looked a package for messages between users. Your package looks nice but i added two changes. Firstly. In Thread model i added new scope: Secondly. I modified getParticipantFromUser method. And i used this: These changes reduce the number of queries and the page loads faster :) |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I'm studying laravel and I've decided to rebuild an application using it. |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
-
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
-
Using this project to power messaging on our platform. It works great. |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 2
-
@prog-24 native app or cross-platform? |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #55 on November 19, 2021 17:00.












