@@ -68,13 +68,14 @@ The current version supports:
68
68
- Support query builder along with eloquent
69
69
- Set a specific name for custom methods
70
70
71
- | Major Version | Versions | Status | PHP Version | Laravel Version |
72
- | ---------------| ---------------| ----------------| -------------| -------------------|
73
- | ^4.0 | 4.2.0 - 4.x.x | Active support | >= 8.2 | >= 11.x |
74
- | ^4.0 | 4.0.x - 4.1.5 | Active support | >= 8.0 | >= 9.x - <= 10.x |
75
- | ^3.0 | 3.2.x - 3.4.x | End of life | >= 8.0 | >= 9.x |
76
- | ^3.0 | 3.0.0 - 3.0.5 | End of life | >= 7.4.0 | >= 5.6.x - <= 8.x |
77
- | ^2.0 | 2.0.0 - 2.6.7 | End of life | <= 7.4.0 | >= 5.x - <= 5.4 |
71
+ | Major Version | Version | Status | PHP Version | Laravel Version |
72
+ | ---------------| ---------------| ----------------| -------------| --------------------|
73
+ | ^4.0 | 4.2.9 - 4.x.x | Active support | >= 8.2 | >= 12.x |
74
+ | ^4.0 | 4.2.0 - 4.4.9 | Active support | >= 8.2 | > 11.0 - <= 11.x |
75
+ | ^4.0 | 4.0.x - 4.1.5 | Active support | >= 8.0 | >= 9.x - <= 10.x |
76
+ | ^3.0 | 3.2.x - 3.4.x | End of life | >= 8.0 | >= 9.x |
77
+ | ^3.0 | 3.0.0 - 3.0.5 | End of life | >= 7.4.0 | >= 5.6.x - <= 8.x |
78
+ | ^2.0 | 2.0.0 - 2.6.7 | End of life | <= 7.4.0 | >= 5.x - <= 5.4 |
78
79
79
80
## :microphone : Introduction
80
81
@@ -347,9 +348,8 @@ SELECT ... WHERE ... count_posts < 25
347
348
348
349
** Where the nested relations Model**
349
350
350
- You can set all nested relations in the query string just via the array of query string. imagine, the user model has a
351
- relation with posts.
352
- And posts table has a relation with orders table.
351
+ You can set all nested relations in the query string just via the array of query string. Imagine, the user model has a
352
+ relation with posts. And posts table has a relation with orders table.
353
353
354
354
You can make query conditions by set ` posts[count_post] ` and ` posts[orders][name] ` in the query string.
355
355
0 commit comments