laravel-likeable icon indicating copy to clipboard operation
laravel-likeable copied to clipboard

Like by another model

Open IslamHeza opened this issue 2 years ago • 1 comments

Hello Is there any way to like an article by another model instead of user. thanks .

IslamHeza avatar Jan 05 '23 08:01 IslamHeza

Not without some changed to this library.

We would probably have to make a few of the hardcoded "user_id" strings configurable to a different model. https://github.com/rtconner/laravel-likeable/search?q=user

rtconner avatar Jan 05 '23 21:01 rtconner