I would like plugins to add properties to my models. For example, I have a Message model. The How plugin can add a like property to it and support it. How can I get this functionality?
One solution is to create a separate table and model for the likes. But this requires a connection or an additional choice when you need to display the ones you like.
source share