Skip to content

Commit 5bce85e

Browse files
committed
Update:update readme
1 parent 20756d9 commit 5bce85e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@ The current version supports:
6868
- Support query builder along with eloquent
6969
- Set a specific name for custom methods
7070

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 |
7879

7980
## :microphone: Introduction
8081

@@ -347,9 +348,8 @@ SELECT ... WHERE ... count_posts < 25
347348

348349
**Where the nested relations Model**
349350

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.
353353

354354
You can make query conditions by set `posts[count_post]` and `posts[orders][name]` in the query string.
355355

0 commit comments

Comments
 (0)