I'm using Laravel 5.5, I installed the package, run the migration and added the trait to my User model. When I try to beFriend another user I get that error:
Method whereRecipient does not exist.
My bad, make sure you don't create a method called friends() in the User model. I should have checked the method names in the trait before I add anything ...
I'm using Laravel 5.5, I installed the package, run the migration and added the trait to my User model. When I try to beFriend another user I get that error:
Method whereRecipient does not exist.
I've run a simple: