File tree Expand file tree Collapse file tree 3 files changed +46
-4
lines changed Expand file tree Collapse file tree 3 files changed +46
-4
lines changed Original file line number Diff line number Diff line change
1
+ .. _laravel-compatibility:
2
+
3
+ =============
4
+ Compatibility
5
+ =============
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 1
11
+ :class: singlecol
12
+
13
+ Laravel Compatibility
14
+ ---------------------
15
+
16
+ The following compatibility table specifies the versions of Laravel and
17
+ {+odm-short+} that you can use together.
18
+
19
+ .. include:: /includes/framework-compatibility-laravel.rst
20
+
21
+ To find compatibility information for unmaintained versions of {+odm-short+},
22
+ see `Laravel Version Compatibility <https://github.com/mongodb/laravel-mongodb/blob/3.9/README.md#installation>`__
23
+ on GitHub.
Original file line number Diff line number Diff line change
1
+ .. list-table ::
2
+ :header-rows: 1
3
+ :stub-columns: 1
4
+
5
+ * - {+odm-short+} Version
6
+ - Laravel 10.x
7
+ - Laravel 9.x
8
+
9
+ - 4.1
10
+ - ✓
11
+ -
12
+
13
+ - 4.0
14
+ - ✓
15
+ -
16
+
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Laravel MongoDB
19
19
/user-authentication
20
20
/queues
21
21
/transactions
22
+ /compatibility
22
23
/upgrade
23
24
24
25
Introduction
@@ -36,10 +37,6 @@ Laravel Eloquent and Query Builder syntax to work with your MongoDB data.
36
37
maintained by MongoDB, Inc. and is compatible with Laravel 10.x and
37
38
later.
38
39
39
- To find versions of the package compatible with older versions of Laravel,
40
- see `Laravel Version Compatibility <https://github.com/mongodb/laravel-mongodb/blob/3.9/README.md#installation>`__
41
- on GitHub.
42
-
43
40
Getting Started
44
41
---------------
45
42
@@ -58,6 +55,12 @@ see the following content:
58
55
- :ref:`laravel-queues`
59
56
- :ref:`laravel-transactions`
60
57
58
+ Compatibility
59
+ -------------
60
+
61
+ To learn more about which versions of the {+odm-long+} and Laravel are
62
+ compatible, see the :ref:`laravel-compatibility` section.
63
+
61
64
Upgrade Versions
62
65
----------------
63
66
You can’t perform that action at this time.
0 commit comments