Gzip and cache response middleware for Laravel
Adding the package directly from GIT:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Dolphiq/gzip-and-cache-response.git"
}
],
"require": {
"dolphiq/gzip-and-cache-response": "dev-master"
},