File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 14
14
:maxdepth: 1
15
15
16
16
/quick-start
17
- /usage-examples
18
17
Release Notes <https://github.com/mongodb/laravel-mongodb/releases/>
18
+ /upgrade
19
+ /usage-examples
19
20
/fundamentals
20
21
/eloquent-models
21
22
/query-builder
27
28
/issues-and-help
28
29
/feature-compatibility
29
30
/compatibility
30
- /upgrade
31
31
32
32
Introduction
33
33
------------
@@ -52,6 +52,17 @@ Learn how to add the {+odm-short+} to a Laravel web application, connect to
52
52
MongoDB hosted on MongoDB Atlas, and begin working with data in the
53
53
:ref:`laravel-quick-start` section.
54
54
55
+ Upgrade Versions
56
+ ----------------
57
+
58
+ .. important::
59
+
60
+ {+odm-long+} v5.0 introduces breaking changes that might affect how you
61
+ upgrade your application from a v4.x version.
62
+
63
+ Learn what changes you must make to your application to upgrade between
64
+ major versions in the :ref:`laravel-upgrading` section.
65
+
55
66
Usage Examples
56
67
--------------
57
68
@@ -94,10 +105,3 @@ Compatibility
94
105
95
106
To learn more about which versions of {+odm-long+} and Laravel are
96
107
compatible, see the :ref:`laravel-compatibility` section.
97
-
98
- Upgrade Versions
99
- ----------------
100
-
101
- Learn what changes you must make to your application to upgrade versions in
102
- the :ref:`laravel-upgrading` section.
103
-
You can’t perform that action at this time.
0 commit comments