multicaret / laravel-acquaintances

This package gives Eloquent models the ability to manage friendships (with groups), followships along with Likes, favorites..etc.
https://laravel-news.com/manage-friendships-likes-and-more-with-the-acquaintances-laravel-package
MIT License
814 stars 72 forks source link

Difference between "Like" and "Favourite"? #9

Closed GreenImp closed 5 years ago

GreenImp commented 5 years ago

Hi, What is the difference between "Liking" a model and "Favouriting" a model? Do they work in exactly the same way, just with a different name?

mkwsra commented 5 years ago

Hi,

Yes they are the same. Such thing is implemented in case you would like you app to implement both of them at the same time.

On Tue, Jun 18, 2019 at 1:14 AM Lee Langley-Rees notifications@github.com wrote:

Hi, What is the difference between "Liking" a model and "Favouriting" a model? Do they work in exactly the same way, just with a different name?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LiliomLab/laravel-acquaintances/issues/9?email_source=notifications&email_token=AANJYL7CZ6IVUVJBRORAFVDP3AEDVA5CNFSM4HY2VVWKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZ74XOA, or mute the thread https://github.com/notifications/unsubscribe-auth/AANJYL3JLURDIL4YONKP5PTP3AEDVANCNFSM4HY2VVWA .

GreenImp commented 5 years ago

That's fab, thank you.