File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> Split from [ webman-tech/laravel-monorepo] ( https://github.com/webman-tech/laravel-monorepo )
4
4
5
- Laravel [ illuminate/http] ( https://packagist.org/packages/illuminate/http ) 中的 HttpClient、Request、UploadedFile For webman
5
+ Laravel [ illuminate/http] ( https://packagist.org/packages/illuminate/http ) 中的 HttpClient、Request、UploadedFile For
6
+ webman
6
7
7
8
## 介绍
8
9
9
10
站在巨人(laravel)的肩膀上使 http 请求使用更加* 可靠* 和* 便捷*
10
11
11
- 所有方法和配置与 laravel 几乎一模一样,因此使用方式完全参考 [ Laravel httpClient 文档] ( https://laravel.com/docs/http-client ) 和 [ Laravel request 文档] ( https://laravel.com/docs/requests ) 即可
12
+ 所有方法和配置与 laravel
13
+ 几乎一模一样,因此使用方式完全参考 [ Laravel httpClient 文档] ( https://laravel.com/docs/http-client )
14
+ 和 [ Laravel request 文档] ( https://laravel.com/docs/requests ) 即可
12
15
13
16
## 安装
14
17
@@ -23,5 +26,9 @@ composer require webman-tech/laravel-http
23
26
### Facade 入口
24
27
25
28
使用 ` WebmanTech\LaravelHttpClient\Facades\Http ` 代替 ` Illuminate\Support\Facades\Http `
26
- 使用 ` WebmanTech\LaravelHttpClient\Facades\LaravelRequest ` (为了强调别名特意加的 Laravel 前缀) 代替 ` Illuminate\Support\Facades\Request `
27
- 使用 ` WebmanTech\LaravelHttpClient\Facades\LaravelUploadedFile ` 来快速 wrapper ` Webman\UploadedFile ` 为 ` Illuminate\Http\UploadedFile `
29
+
30
+ 使用 ` WebmanTech\LaravelHttpClient\Facades\LaravelRequest ` (为了强调别名特意加的 Laravel 前缀) 代替
31
+ ` Illuminate\Support\Facades\Request `
32
+
33
+ 使用 ` WebmanTech\LaravelHttpClient\Facades\LaravelUploadedFile ` 来快速 wrapper ` Webman\UploadedFile ` 为
34
+ ` Illuminate\Http\UploadedFile `
You can’t perform that action at this time.
0 commit comments