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 25 laravel-acquaintances issues
Sort by recently updated
recently updated
newest added

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 ? https://github.com/multicaret/laravel-acquaintances/blob/74038bc4b9cca6d4d6e6176cecff6e16fc4a5faf/src/Traits/Friendable.php#L428-L467

How could I get a list of unrelated users. I need to put together a list of friendship suggestions. Thanks!

how to search in pending request or received request or search in my friends ?

Hello, I would like to request a new feature for the library to include a method that allows querying friendships without filtering by a specific status. The current implementation only...

A new feature for the library to include a method that allows querying friendships with filtering by a specific status.