Many of the features are not fully compatible with 5.5. I hope can support 5.5. At least one version is ok。
THS!!!
The temp workaround for me was to include the master branch and chery-pick these three commits: https://github.com/jenssegers/laravel-mongodb/pull/1282
It's working without issues for me.
@eboye Thank you very much for your answer!I give it a try
Be aware these commits don't solve issues introduced with Laravel 5.5. I fixed some of them but some of the test aren't passing yet : https://github.com/jenssegers/laravel-mongodb/pull/1295
@RemiCollin Yes, I have tried to submit several versions, but there are still many problems.
@jenssegers : any update on this?
@jenssegers I will send you flowers, a box of chocolate and also a love letter (if you wish) if you manage to update your awesome package to Laravel 5.5 any time soon. I know you're busy but boy, that would make my day.
It seems https://github.com/jenssegers/laravel-mongodb/pull/1300 is fixing the issues. Guess we just need @jenssegers to merge & bump package version
@RemiCollin oh, didn't even notice. that would be fantastic.
@RemiCollin actually, I'm not so sure that PR really solves the issue. It seems to make some tests work by simply removing a lot of assertions. See tests/EmbeddedRelationsTest.php to see what I mean.
Ah yes you're right... didn't watch in details.. I'll see if I can have my PR working soon, was nearly there but lack time
So what should we expect to happen?
I released an alpha tag.
Most helpful comment
@jenssegers : any update on this?