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

Method Illuminate\Events\Dispatcher::fire does not exist

Open nabilahmed7 opened this issue 4 years ago • 4 comments

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 5.4 upgrade, and is included in the upgrade guide:

https://laravel.com/docs/5.4/upgrade

Thanks as we can use this package fro laravel updated versions

nabilahmed7 avatar Jan 10 '21 07:01 nabilahmed7

I just submitted a PR for this. Hopefully it's sufficient and will be merged.

sloan58 avatar May 29 '21 17:05 sloan58

Hi, i'm using laravel 8 and and hootlex/laravel-friendships ^1.0, and facing same problem, which version should i use from this package?

marcelleza8 avatar Sep 24 '21 17:09 marcelleza8

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

-TT

TechTailor avatar Sep 29 '21 14:09 TechTailor

I just submitted a PR for this. Hopefully it's sufficient and will be merged.

I just aplied your solution and it worked perfectly. Thank you! :D

arpDaw avatar Feb 14 '23 08:02 arpDaw