We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f543557 commit 2a2022aCopy full SHA for 2a2022a
docs/upgrade.txt
@@ -127,6 +127,9 @@ This library version introduces the following breaking changes:
127
method results before hydrating a Model instance. When passing a complex query
128
filter, use the ``DB::where()`` method instead of ``Model::raw()``.
129
130
+ Starting in v5.3, you can disable automatic conversion of ``id`` to
131
+ ``_id`` for embedded documents. To learn more, see the :ref:`laravel-disable-id-alias` section of the Connection Options guide..
132
+
133
- Removes support for the ``$collection`` property. The following code shows
134
how to assign a MongoDB collection to a variable in your ``User`` class in
135
older versions compared to v5.0:
0 commit comments