页面速度优化
Showing
with
4625 additions
and
91 deletions
This diff is collapsed.
Click to expand it.
app/Http/Services/SupplierTagService.php
0 → 100644
... | ... | @@ -11,7 +11,8 @@ |
"ext-curl": "*", | ||
"predis/predis": "^1.1", | ||
"vladimir-yuldashev/laravel-queue-rabbitmq": "5.2", | ||
"maatwebsite/excel": "2.1.0" | ||
"maatwebsite/excel": "2.1.0", | ||
"guzzlehttp/guzzle": "6.3" | ||
}, | ||
"require-dev": { | ||
"fzaninotto/faker": "~1.4", | ||
... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/guzzle/CHANGELOG.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/guzzle/LICENSE
0 → 100644
vendor/guzzlehttp/guzzle/README.md
0 → 100644
vendor/guzzlehttp/guzzle/UPGRADING.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/guzzle/composer.json
0 → 100644
{ | ||
"name": "guzzlehttp/guzzle", | ||
"type": "library", | ||
"description": "Guzzle is a PHP HTTP client library", | ||
"keywords": ["framework", "http", "rest", "web service", "curl", "client", "HTTP client"], | ||
"homepage": "http://guzzlephp.org/", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Michael Dowling", | ||
"email": "mtdowling@gmail.com", | ||
"homepage": "https://github.com/mtdowling" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5", | ||
"guzzlehttp/psr7": "^1.4", | ||
"guzzlehttp/promises": "^1.0" | ||
}, | ||
"require-dev": { | ||
"ext-curl": "*", | ||
"phpunit/phpunit": "^4.0 || ^5.0", | ||
"psr/log": "^1.0" | ||
}, | ||
"autoload": { | ||
"files": ["src/functions_include.php"], | ||
"psr-4": { | ||
"GuzzleHttp\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"GuzzleHttp\\Tests\\": "tests/" | ||
} | ||
}, | ||
"suggest": { | ||
"psr/log": "Required for using the Log middleware" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "6.2-dev" | ||
} | ||
} | ||
} |
vendor/guzzlehttp/guzzle/src/Client.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/guzzle/src/Middleware.php
0 → 100644
vendor/guzzlehttp/guzzle/src/Pool.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/guzzle/src/UriTemplate.php
0 → 100644
vendor/guzzlehttp/guzzle/src/functions.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/CHANGELOG.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/Makefile
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/src/Coroutine.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/src/Create.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/src/Each.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/src/Is.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/src/Promise.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/src/TaskQueue.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/src/Utils.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/promises/src/functions.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/.php_cs.dist
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/CHANGELOG.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/AppendStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/BufferStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/CachingStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/FnStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Header.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/InflateStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/LimitStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Message.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/MessageTrait.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/MimeType.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/NoSeekStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/PumpStream.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Query.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Request.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Response.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Rfc7230.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/ServerRequest.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Stream.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/StreamWrapper.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/UploadedFile.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Uri.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/UriNormalizer.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/UriResolver.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/Utils.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/guzzlehttp/psr7/src/functions.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/psr/http-message/CHANGELOG.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/psr/http-message/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/psr/http-message/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/psr/http-message/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/psr/http-message/src/UriInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/ralouphie/getallheaders/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/ralouphie/getallheaders/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/ralouphie/getallheaders/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment