mongodb / laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
https://www.mongodb.com/compatibility/mongodb-laravel-integration
MIT License
7k stars 1.43k forks source link

Ardent for Moloquent #309

Closed davemathews closed 9 years ago

davemathews commented 10 years ago

@jenssegers great package and we are using it currently, as well as Ardent for our Eloquent packages. Ardent as you know extends Eloquent by default. Have you given any thought to how we could implement Ardent with Moloquent? Thanks

gidomanders commented 9 years ago

You could use https://github.com/bmcmurray/ardent-mongodb, it's an Ardent fork that uses Moloquent.