ChristianKuri / laravel-favorite

Allows Laravel Eloquent models to implement a 'favorite', 'like', 'remember' and 'follow' features.
MIT License
226 stars 48 forks source link

Did you plan to support to also favorite a user? #25

Closed renepardon closed 3 years ago

renepardon commented 3 years ago

Right now it's not possible to use both provided traits. For example if you want to favorite a user as well.

martinzuro commented 3 years ago

@renepardon How did you solve it?