Skip to content

Commit

Permalink
Update supported Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangabura authored and ifox committed Jul 25, 2022
1 parent 3a0fb07 commit 844d38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Twill's database migrations create `json` columns. Your database should support
| | Supported versions | Recommended version |
|:-----------|:------------------:|:-------------------:|
| PHP | >= 7.1 | 8.0 |
| Laravel | >= 5.8 | 8.x |
| Laravel | >= 5.8 | 9.x |
| npm | >= 5.7 | 6.13 |
| MySQL | >= 5.7 | 5.7 |
| PostgreSQL | >= 9.3 | 10 |
Expand Down

1 comment on commit 844d38a

@madman-81
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the top of this page (line 7), it still says "Laravel versions 5.8 to 8" and the link to the Laravel documentation is also still to version 8

Please sign in to comment.