-
Hi,
If I am not mistaken, I believe the PHPDoc is wrong for the return type.
It should be `Illuminate\Database\Eloquent\Builder` instead of `Illuminate\Database\Eloquent\Collection`, It's right ?…
-
how to search in pending request or received request or search in my friends ?
-
Right now we define groups in config this way:
```
'groups' => [
'acquaintances' => 0,
'close_friends' => 1,
'family' => 2
]
```
It means that developer has to associate…
-
Any plans to support laravel 7. I am migratign my app from laravel 5.5. Thanks.
-
Hello,
**Requirement :-** to fetch friends of a specific group and I have used getFriends($perPage = 20, $group_name) method.
**Problem :-** getFriends($perPage = 20, $group_name) returns all…
-
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)
-
a awesome package, good job.But it doesn't work on lumen 5.6.
-
Do i miss something here?
To me it seems, like a wrong documentation.
-
The event is being listened to by FriendshipSentListener in EventServiceProvider.php:
'acq.friendships.sent' => [
FriendshipSentListener::class
]
Here the FriendshipSentListener's handle()…
-
I just installed the package but after publishing the migrations I am coming across the following error
```
2023_05_09_184301_create_acquaintances_interactions_table ............................…