How are you using laravel-messenger? #366
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! |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
We are using it as a facebook-like private message system in a community website. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
@Pandahisham just check this repo. It's pretty good boilerplate to make this package work with Pusher https://github.com/cmgmyr/laravel-messenger-pusher-demo |
Beta Was this translation helpful? Give feedback.
-
@a-komarev and @cmgmyr thanks !! i may have to re-purpose that to socket.io though |
Beta Was this translation helpful? Give feedback.
-
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!! |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
-
@cmgmyr Using it as a personal messaging system with the phphub china community forum. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Great package just created a demo app with Laravel 5.2 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
so cool, thanks for sharing! |
Beta Was this translation helpful? Give feedback.
-
can I use this package with two separate models? "User" and "Manager" ?? |
Beta Was this translation helpful? Give feedback.
-
@Mu9tafa-Online I want that too 👍 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Please helps me here, i have a serious problem, use Laravel 5.8 i really need your helps |
Beta Was this translation helpful? Give feedback.
-
@alkaou this thread is not for asking for help. Please add a new, detailed, issue in the repo or wait for someone to respond on stack overflow. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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 :) |
Beta Was this translation helpful? Give feedback.
-
I'm studying laravel and I've decided to rebuild an application using it. |
Beta Was this translation helpful? Give feedback.
-
Using this project to power messaging on our platform. It works great. |
Beta Was this translation helpful? Give feedback.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions