Moinuddin S. Khaja

Results 23 comments of Moinuddin S. Khaja

This package has not been updated to support Laravel 8. The last supported version of Laravel is v5.3 I think. -TT

Can you provide more information about your environment/app? Laravel Version, PHP Version, ServerType, etc. Would help in debugging the issue. -TT

This package only has support for Laravel 5.x versions. Unfornately this package has not be updated to work with Laravel 6 & PHP 7+ even though some pr's for the...

> I've got the same error since yesterday, even though I'm running Laravel 5.x Your PHP version? This repo hasn't been updated/changed in a very long time. So if anything...

This package was last maintained during Laravel 5.4 with PHP v5.4. You cannot run this package on PHP7 as it will give you certain runtime exceptions. Since this package is...

Ok. So since it was working fine until recently, I did quick google search and found a probable bug in composer that was reported ~2 weeks ago. Refer https://github.com/composer/composer/issues/9191 If...

Refer to my previous reply, if you havn't updated your PHP version recently, it most likely a composer bug, see if your composer was updated recently, if so do a...

Hey, Can you share your group model & migration and the `config/friendships.php` file. -TT

Does the group title you are retrieving from `$group->title` match the group names used in the `config/friendship.php` file? -TT

I will have to look into for fetching, but for displaying, maybe you can do something with this - `$user->isFriendWith($friend);` and display only if its true. Not ideal but try...