Laravel Mongodb Versions Save

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

v3.8.6

4 weeks ago

The PHP team is happy to announce that version 3.8.5 of the MongoDB integration for Laravel is now available.

Release Highlights

  • Report driver version in handshake by @alcaeus in #2929

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:3.8.5

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/v3.8.5...v3.8.6

4.3.0

1 month ago

The PHP team is happy to announce that version 4.3.0 of the MongoDB integration for Laravel is now available.

Release Highlights

  • New aggregation pipeline builder by @GromNaN in #2738
  • Drop support for Composer 1.x by @GromNaN in #2785
  • Add mongodb cache and lock drivers by @GromNaN in #2877
  • Fix artisan query:retry command by @GromNaN in #2838

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.3.0

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/4.2.2...4.3.0

4.2.2

1 month ago

The PHP team is happy to announce that version 4.2.2 of the MongoDB integration for Laravel is now available.

Release Highlights

  • Add return types to FindAndModifyCommandSubscriber, used by firstOrCreate by @wivaku in #2913

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.2.2

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/4.2.1...4.2.2

4.2.1

1 month ago

The PHP team is happy to announce that version 4.2.1 of the MongoDB integration for Laravel is now available.

Release Highlights

  • Set timestamps when using Model::createOrFirst() by @GromNaN in #2905

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.2.1

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/4.2.0...4.2.1

4.2.0

2 months ago

The PHP team is happy to announce that version 4.2.0 of the MongoDB integration for Laravel is now available.

Release Highlights

  • Add support for Laravel 11 by @GromNaN in #2735
  • Implement Model::createOrFirst() using findOneAndUpdate operation by @GromNaN in #2742

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.2.0

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/4.1.3...4.2.0

4.1.3

2 months ago

The PHP team is happy to announce that version 4.1.3 of the MongoDB integration for Laravel is now available.

Release Highlights

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.1.3

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/4.1.2...4.1.3

4.1.2

3 months ago

The PHP team is happy to announce that version 4.1.2 of the MongoDB integration for Laravel is now available.

Release Highlights

Documentation

Documentation for this library may be found one the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.1.2

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/4.1.1...4.1.2

4.1.1

4 months ago

The PHP team is happy to announce that version 4.1.1 of the MongoDB integration for Laravel is now available.

Release Highlights

Documentation

Documentation for this library may be found in the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.1.1

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

New Contributors

Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/4.1.0...4.1.1

4.0.3

4 months ago

The PHP team is happy to announce that version 4.0.3 of the MongoDB integration for Laravel is now available.

Release Highlights

Documentation

Documentation for this library may be found in the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.0.3

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

New Contributors

Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/4.0.2...v4.0.3

4.1.0

5 months ago

The PHP team is happy to announce that version 4.1.0 of the MongoDB integration for Laravel is now available.

Release Highlights

  • The Laravel version requirement is increased to 10.30.0 to remove some backward compatibility code (#2665) with the help from @Treggats
  • Support for MorphToMany relationships is added (#2670) and polished so that it works with both MongoDB and hybrid models (#2688 and #2690) by @hans-thomas
  • Casting of various types is improved (#2658, #2653) by @hans-thomas
  • A new method Connection::ping() is added to check the connection to the server (#2677) by @hans-thomas
  • Pagination for groupBy queries is supported (#2672) by @GromNaN
  • Fields can be renamed in migrations (#2682) by @hans-thomas

A complete list of resolved issues in this release may be found in the changelog.

Documentation

Documentation for this library may be found in the Readme.

Installation

This library may be installed or upgraded with:

composer require mongodb/laravel-mongodb:4.1.0

Installation instructions for the mongodb extension may be found in the PHP.net documentation.

New Contributors

Full Changelog: https://github.com/mongodb/laravel-mongodb/compare/4.0.2...4.1.0