Skip to content

Commit

Permalink
docs: laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Mar 22, 2024
1 parent ff55551 commit d637eaf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/dto/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ See the Laravel documentation for the rules that can be used for validation.

- [https://laravel.com/docs/9.x/validation#available-validation-rules](https://laravel.com/docs/9.x/validation#available-validation-rules)
- [https://laravel.com/docs/10.x/validation#available-validation-rules](https://laravel.com/docs/10.x/validation#available-validation-rules)
- [https://laravel.com/docs/11.x/validation#available-validation-rules](https://laravel.com/docs/11.x/validation#available-validation-rules)
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<img src="https://img.shields.io/badge/PHP-%5E8.0-blueviolet" alt="PHP" style="display:inline;">
<img src="https://img.shields.io/badge/Laravel-9.x%7C10.x-orange" alt="Laravel" style="display:inline;margin:0 8px;">
<img src="https://img.shields.io/badge/Laravel-9.x%7C10.x%7C11.x-orange" alt="Laravel" style="display:inline;margin:0 8px;">
<img src="https://img.shields.io/badge/License-Apache--2.0-green" alt="License" style="display:inline;">
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Environment | Requirements |
| --- | --- |
| Laravel | 9.x or 10.x |
| Laravel | 9.x / 10.x / 11.x |
| PHP | 8.0 or higher |

## Installation
Expand Down
1 change: 1 addition & 0 deletions docs/zh-Hans/dto/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ php artisan make:dto BaseDTO --path /app/Fresns/Panel

- [https://laravel.com/docs/9.x/validation#available-validation-rules](https://laravel.com/docs/9.x/validation#available-validation-rules)
- [https://laravel.com/docs/10.x/validation#available-validation-rules](https://laravel.com/docs/10.x/validation#available-validation-rules)
- [https://laravel.com/docs/11.x/validation#available-validation-rules](https://laravel.com/docs/11.x/validation#available-validation-rules)
2 changes: 1 addition & 1 deletion docs/zh-Hans/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<img src="https://img.shields.io/badge/PHP-%5E8.0-blueviolet" alt="PHP" style="display:inline;">
<img src="https://img.shields.io/badge/Laravel-9.x%7C10.x-orange" alt="Laravel" style="display:inline;margin:0 8px;">
<img src="https://img.shields.io/badge/Laravel-9.x%7C10.x%7C11.x-orange" alt="Laravel" style="display:inline;margin:0 8px;">
<img src="https://img.shields.io/badge/License-Apache--2.0-green" alt="License" style="display:inline;">
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-Hans/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| 环境 | 要求 |
| --- | --- |
| Laravel 版本 | 9.x 10.x |
| Laravel 版本 | 9.x / 10.x / 11.x |
| PHP 版本 | 8.0 或更高版本 |

## 安装
Expand Down

0 comments on commit d637eaf

Please sign in to comment.