laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)

MIT License

Downloads
13.2M
Stars
6.9K
Committers
198

Bot releases are visible (Hide)

laravel-mongodb - v1.2.0

Published by jenssegers over 10 years ago

laravel-mongodb - v1.1.4

Published by jenssegers over 10 years ago

  • Added MorphOne and MorphMany
  • Added EmbedsMany, thanks to @alexandre-butynski
  • Fixes belongsToMany bug due to Laravel update
laravel-mongodb - v1.1.3

Published by jenssegers almost 11 years ago

  • Adding a custom ReminderServiceProvider to allow MongoDB based password reminders.
  • Tweaked id accessor to prevent function nesting, fixes #108
  • Fixed return type of push and pull, fixes #105
  • Adding method pass-trough for the Schema Builder, fixes #104
laravel-mongodb - v1.1.2

Published by jenssegers almost 11 years ago

  • Adding a new unique parameter to the push method to prevent duplicate items
  • Fixed insert return type to boolean
  • Fixes issue #97, increment and decrement now creates a new attribute if it did not exist
laravel-mongodb - v1.1.1

Published by jenssegers almost 11 years ago

  • Added relation compatibility with original Eloquent models, check the new readme section for more information
  • Added id accessor, alias for _id
  • Fixes issue #90
laravel-mongodb - v1.1.0

Published by jenssegers almost 11 years ago

  • Switched to Laravel 4.1 packages, the older version is available in the 4.0 branch.
  • Fixes issue #85
  • Fixes issue #86
  • Fixes issue #87
laravel-mongodb - v1.0.8

Published by jenssegers almost 11 years ago

  • Added MongoDB specific operators: exists, type, mod, where, all, size, regex
  • OrderBy now accepts both lower and upper case
laravel-mongodb - v1.0.7

Published by jenssegers almost 11 years ago

  • Added many to many support, thanks to @DyeH
laravel-mongodb - v1.0.6

Published by jenssegers almost 11 years ago

  • Improved Schema Builder now allows fluent operations
  • Automatic Carbon/DateTime conversion to MongoDate
laravel-mongodb - v1.0.5

Published by jenssegers about 11 years ago

  • Added query logging support
  • Small bug fix when searching MongoId's
laravel-mongodb - v1.0.4

Published by jenssegers about 11 years ago

  • Added unset
  • Fixed push and pull behaviour
laravel-mongodb - v1.0.3

Published by jenssegers about 11 years ago

  • Removed deprecated DatabaseManager, but the old facade is still available.
  • Added more MongoDB specific actions to the schema builder.
  • Added aggregation support for sub-documents.
  • Added options parameter to the update method to allow upsert.
laravel-mongodb - v1.0.2

Published by jenssegers about 11 years ago

  • Added Schema Builder support.
laravel-mongodb - v1.0.1

Published by jenssegers about 11 years ago

  • Allow custom _id's.
  • Better batch insert processing.
laravel-mongodb - v1.0.0

Published by jenssegers about 11 years ago

First release of the Eloquent model and Query Builder. This version still contains the DatabaseManager and DB facade which are marked as deprecated. These classes will be removed in future releases.