Laravel Acquaintances Versions Save

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

v3.6.0

1 month ago

Bump Laravel support to V11.

v3.5.9

5 months ago
  • feat: adding a way to get a list of blocked Friendships by current user by @mercExec
  • feat: adding a way to get a list of blocked Friendships by others by @mercExec

v3.5.8

1 year ago
  • feat: adding get pending count function by @prawn185
  • fix: solve isRelationExists causing potential ambiguous errors when doing some complex DB queries. by @midblep

v3.5.7

1 year ago

Laravel 10 support

v3.5.6

2 years ago

fix: findFriendships() with params sender & recipient were not working, fixed by @beratkara

v3.5.5

2 years ago

Add cursor paginate support to getFriends and getOrPaginate

v3.5.4

2 years ago
  • fix: make interaction relation_value type a double, better for rating values.
  • fix: rating a non-custom type (AKA config('acquaintances.rating.defaults.type')) just after a custom type rating, will leave to an odd behavior

v3.5.3

2 years ago

feat: allow user to turn off migrations

v3.5.2

2 years ago

fix: replace deprecated method studly_case()

v3.5.1

3 years ago

Fix Trait helper method morph key.

Thanks to @Necmttn