Open nabilahmed7 opened 3 years ago
I just submitted a PR for this. Hopefully it's sufficient and will be merged.
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?
This package has not been updated to support Laravel 8. The last supported version of Laravel is v5.3 I think.
-TT
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
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