The PHP team is happy to announce that version 4.1.2 of the MongoDB integration for Laravel is now available.
Release Highlights
- Fix support for subqueries using the query builder by @GromNaN in #2717
- PHPORM-145 Fix
Query\Builder::dump
anddd
methods to dump MongoDB query by @GromNaN in #2727 and #2730 - PHPORM-140: Fix documentation for inverse embed relationships by @alcaeus in #2734
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: 4.1.1...4.1.2