An idea of the release date for Laravel 5.5?
Thanks.
It has been relesead on 30th August
I have this error with a fresh Laravel 5.5 installation... It isn't been released :/
Declaration of Jenssegers\Mongodb\Eloquent\HybridRelations::belongsToMany($related, $collection = NULL, $foreignKey = NULL, $otherKey = NULL, $relation = NULL) should be compatible with Illuminate\Database\Eloquent\Model::belongsToMany($related, $table = NULL, $foreignPivotKey = NULL, $relatedPivotKey = NULL, $parentKey = NULL, $relatedKey = NULL, $relation = NULL)
+1
+1
There are 2 PR's open, but both of them have failing tests. Would be nice if I could merge a PR to fix issues for 5.5 since I'm quite busy atm.
Thank you for making fast ☺ Courage and luck!
https://github.com/jenssegers/laravel-mongodb/pull/1282 what's wrong with this PR?
+1
+1
You need to replace red lines with green lines.

Follow this link>
https://github.com/jenssegers/laravel-mongodb/pull/1295/commits/47ce0ff4ff07e7f05e3f4881ed1af64d2067b7dc
I released an alpha tag.
Most helpful comment
There are 2 PR's open, but both of them have failing tests. Would be nice if I could merge a PR to fix issues for 5.5 since I'm quite busy atm.