How to implement the internal chat system in laravel?
Hello everyone.
I'm working on an e-commerce project. Which have multi-vendor features. I want to implement an internal mailing/chat system in my project. chat between vendor to vendor or customer to vendor. And admin can monitor all conversations. Please suggest to me the best way to make the system.
I would suggest checking out examples/packages to see how you may want to structure your database. My package does allow multiple models to message one another, but you would have to add in extra policies to allow an admin to monitor all chats. Of course chat/messages does not have to be realtime, but you can still structure your database based on the examples linked above.
@arafat1243 “Building a chat system” is a massively vast feature. What exactly do you need help with? Or are you expecting someone to outline the hundreds of steps for building a chat system from start to finish…?
thanks for your response. I exactly want a system where my vendors and customers can communicate between them also vendors and admin. Also, the admin could able monitor all of the conversations.