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

This package gives Eloquent models the ability to manage friendships (with groups), followships along with Likes, favorites..etc.

Results 23 laravel-acquaintances issues
Sort by recently updated
recently updated
newest added

**To recreate:** Add a friend and then deny that friend request. Re-add that friend multiple times and you will see multiple entries in the friendship table like this: **Cause:** This...

Hi there, Thanks for the package. I'v been playing around with it for a while and I seem to run into some strange behaviour. I created a FriendshipController where I...

Hello! First of all, great package. Is there a way to filter friends? At the moment you have the getFriends() method, but there is no way to say "give me...

enhancement

have a profile model with the users information and I’m importing Friendable. I’m able to send and receive friend requests successfully but when I call ‘auth()->user()->getCurrentUserProfile()->getFriendRequests()`, I only get the...

Hey! While implementing rating in my platform I notice there's some missing feature. First of all, let me explain why we need another `trait`: existing traits allow us to make...

It would be great if this package support followers you know thing! ![image](https://user-images.githubusercontent.com/69431456/122854587-8f8a5d00-d331-11eb-9b9e-50a5851cd665.png)

duplicate
enhancement

Hi @msk286, could we please remove the attributes within the traits by any chance? Right now, when you call "toArray" on the model it runs all the methods of the...

help wanted

It would be cool to add additional scopes, the `popular` scope already exists, however it doesn't have features like getting trending objects and/or objects popular in a certain period. I'll...

enhancement

Hi, I'm trying to get all the pending requests for a user and display the sender, but i can't call a relationship on a collection. Any way to do this...