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.
Summer Sale! All accounts are 50% off this week.
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.