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

This package gives Eloquent models the ability to manage their friendships.

Results 39 laravel-friendships issues
Sort by recently updated
recently updated
newest added

Add support for Laravel 8. Modified the tests and functions.

Kindly change this in an updated version as The fire() method is an alias to the dispatch() method. The renaming of this method started way back in the 5.3 to...

I'm always getting an error when trying to seed my database causd be the method $user->befriend($arg); My research has shown that this method is outdated. My updates did not help...

Updated Friendable trait to use dispatch in place of the fire method. Tested working on befriend(), acceptFriendRequest(), and getFriends().

Any plans to support laravel 7. I am migratign my app from laravel 5.5. Thanks.

Hi, I have an existing laravel project and wanted to add a new package for creating pdf. Unfortunately I always get this error when I require any package with composer...

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 friends of application...

Error: Call to undefined method Illuminate\Events\Dispatcher::fire() Laravel Version: 5.8 The method ´Event::fire()´ has been deprecated (and removed) It should be replaced with ´Event::dispatch()´ ´´´php /** * @param Model $recipient *...

I can't find a method that will check if there's "an existing record" on the friend request table (I'd have to use Eloquent manually), but there could be a method...