Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Mikegk's avatar

Message System

Hi guys,

I have already searched for it but everything I found was outdated (4 years and older): I there a good "message system" for fast implementation into a consisting laravel project?

I just got: https://github.com/cmgmyr/laravel-messenger

Does anyone has a suggestion for laravel 6 as well?

Best regards

1 like
3 replies
bugsysha's avatar

No suggestions. That is the only one I know and found when I was looking for similar. I've ended up implementing it on my own. Just used Pusher, Laravel echo and all done quite fast.

Mikegk's avatar

I did it by myself too for all the past years... Well I implemented the laravel-messenger on laravel 6 and just had to change some code but got it running in the end. There's a lot of stuff I would have done more "smooth" but Im okay with it... Thank you

Tippin's avatar

I am in the middle of building one myself, that I started 2 years ago using that package you mentioned above as a base. I have a fully working demo app up with source code, but you will have to dissect it yourself for now, since I have not extracted out to a package yet. Source and link to demo can be found at https://github.com/RTippin/messenger-demo

Please or to participate in this conversation.