Level 73
I think you should use this one Jenssegers\Mongodb\Eloquent\Model as it is probably a wrapper of the Eloquent one providing extra help for using a MongoDB as a database.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am new to php and Laravel. In the application I am supporting, some Models are using Illuminate\Database\Eloquent\Model and some are using Jenssegers\Mongodb\Eloquent\Model. Our database is MongoDB. Which one is better to use?
Please or to participate in this conversation.