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?
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.
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
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