Support the ongoing development of Laravel.io →
posted 10 years ago
Packages
Last updated 1 year ago.
0

nobody knows of any package?

Last updated 1 year ago.
0

Why not write your own between users, and use jQuery/Ajax for responses etc, that would be your best bet.

Last updated 1 year ago.
0

what do you mean? If I would not find a suitable messaging package I'll write by my own, but this is quite a big task, for the features I would like.

Last updated 1 year ago.
0

I used this for my last project. You can modify if a bit to fit your needs.

https://github.com/inkrement/l4-messenger

Last updated 1 year ago.
0

fraserk said:

I used this for my last project. You can modify if a bit to fit your needs.

https://github.com/inkrement/l4-messenger

Hey fraserk,

thank you very much for the link. But how did you resolve it, that a user A (in a conversation with another user B) can delete messages without removing these messages for user B?

I hope you know what I mean :)

Last updated 1 year ago.
0

Usually you would add an attribute "deleted_by_sender" (bool) and "deleted_by_receiver" and set it to true if it's "deleted" by the sender / receiver. Then only show messages which aren't "deleted".

Last updated 1 year ago.
0

siconize said:

Usually you would add an attribute "deleted_by_sender" (bool) and "deleted_by_receiver" and set it to true if it's "deleted" by the sender / receiver. Then only show messages which aren't "deleted".

Yes, this is how I solved it..

Last updated 1 year ago.
0

I just started building a full featured messaging system, you can review it here: https://github.com/tzookb/TBMsg

I would be happy to get more help on best practices from the pro's.

Thanks!

Last updated 1 year ago.
0

sorry and this is the packgist url : https://packagist.org/packages/tzookb/tbmsg

Last updated 1 year ago.
0

You can check out my messaging system, it is similar to what you're doing, but it's built with core php: http://codecanyon.net/item/loginregister-script-internal-messa...

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

tzookb tzookb Joined 9 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.