Skip to content

Commit d49b7dd

Browse files
committed
wip
1 parent b0cd2ef commit d49b7dd

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

docs/compatibility.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ the {+odm-short+} that you can use together.
2828
To find compatibility information for unmaintained versions of the {+odm-short+},
2929
see `Laravel Version Compatibility <{+mongodb-laravel-gh+}/blob/3.9/README.md#installation>`__
3030
on GitHub.
31+
32+
PHP Driver Compatibility
33+
------------------------
34+
35+
To use {+odm-long+}, you must use v1.21 of the {+php-library+} and {+php-extension+}.

docs/includes/framework-compatibility-laravel.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,31 @@
33
:stub-columns: 1
44

55
* - {+odm-long+} Version
6+
- Laravel 12.x
67
- Laravel 11.x
78
- Laravel 10.x
89
- Laravel 9.x
910

10-
* - 4.2 to 5.2
11+
* - 5.2
12+
- ✓
13+
- ✓
14+
- ✓
15+
-
16+
17+
* - 4.2 to 5.1
18+
-
1119
- ✓
1220
- ✓
1321
-
1422

1523
* - 4.1
24+
-
1625
-
1726
- ✓
1827
-
1928

2029
* - 4.0
30+
-
2131
-
2232
- ✓
2333
-

docs/quick-start.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ read and write operations on the data.
4747
MongoDB University Learning Byte.
4848

4949
If you prefer to connect to MongoDB by using the {+php-library+} without
50-
Laravel, see `Connecting to MongoDB <https://www.mongodb.com/docs/php-library/current/tutorial/connecting/>`__
50+
Laravel, see `Connect to MongoDB <https://www.mongodb.com/docs/php-library/current/connect/>`__
5151
in the {+php-library+} documentation.
5252

5353
The {+odm-short+} extends the Laravel Eloquent and Query Builder syntax to

0 commit comments

Comments
 (0)