diff --git a/docs/dto/index.md b/docs/dto/index.md index d2f2617..1d896fb 100644 --- a/docs/dto/index.md +++ b/docs/dto/index.md @@ -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) diff --git a/docs/guide/index.md b/docs/guide/index.md index b4e956f..d94c3ea 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -4,7 +4,7 @@

PHP -Laravel +Laravel License

diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 62de8da..06ad795 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -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 diff --git a/docs/zh-Hans/dto/index.md b/docs/zh-Hans/dto/index.md index bbbae94..2b0781f 100644 --- a/docs/zh-Hans/dto/index.md +++ b/docs/zh-Hans/dto/index.md @@ -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) diff --git a/docs/zh-Hans/guide/index.md b/docs/zh-Hans/guide/index.md index c3159e4..26d14a6 100644 --- a/docs/zh-Hans/guide/index.md +++ b/docs/zh-Hans/guide/index.md @@ -4,7 +4,7 @@

PHP -Laravel +Laravel License

diff --git a/docs/zh-Hans/guide/installation.md b/docs/zh-Hans/guide/installation.md index afc32b4..e3befb6 100644 --- a/docs/zh-Hans/guide/installation.md +++ b/docs/zh-Hans/guide/installation.md @@ -4,7 +4,7 @@ | 环境 | 要求 | | --- | --- | -| Laravel 版本 | 9.x 或 10.x | +| Laravel 版本 | 9.x / 10.x / 11.x | | PHP 版本 | 8.0 或更高版本 | ## 安装