How to use mongoDB Query Builder?? #2716
-
what is the new version of use Jenssegers\Mongodb\Eloquent\Builder; |
Beta Was this translation helpful? Give feedback.
Answered by
GromNaN
Jan 30, 2024
Replies: 1 comment 1 reply
-
Are you looking for MongoDB\Laravel\Eloquent\Builder? In You can find other changes in the Upgrading guide. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alcaeus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you looking for MongoDB\Laravel\Eloquent\Builder?
In
mongodb/laravel-mongodb
4.0, we moved the namespace fromJenssegers\Mongodb
toMongoDB\Laravel
.You can find other changes in the Upgrading guide.