Commit c61d3d1e authored by Vallabh Kansagara's avatar Vallabh Kansagara

Adding vrkansagara/LaraOutPress for html compress.

Signed-off-by: 's avatarVallabh Kansagara <vrkansagara@gmail.com>
parent 4bf3656a
...@@ -47,3 +47,6 @@ MAIL_ENCRYPTION=null ...@@ -47,3 +47,6 @@ MAIL_ENCRYPTION=null
PUSHER_APP_ID= PUSHER_APP_ID=
PUSHER_APP_KEY= PUSHER_APP_KEY=
PUSHER_APP_SECRET= PUSHER_APP_SECRET=
# HTML Compressor
VRKANSAGARA_COMPRESS_ENVIRONMENT='${APP_ENV}'
...@@ -24,6 +24,7 @@ class Kernel extends HttpKernel ...@@ -24,6 +24,7 @@ class Kernel extends HttpKernel
\App\Http\Middleware\TrimStrings::class, \App\Http\Middleware\TrimStrings::class,
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class, \Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,
\Spatie\Cors\Cors::class, \Spatie\Cors\Cors::class,
\Vrkansagara\Http\Middleware\AfterMiddleware::class,
]; ];
/** /**
......
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "66fe21071d2383cb571cb7e1a4c43560", "content-hash": "9220d1caaa9a20d931ed18bb9454f52f",
"packages": [ "packages": [
{ {
"name": "arcanedev/log-viewer", "name": "arcanedev/log-viewer",
...@@ -4340,6 +4340,48 @@ ...@@ -4340,6 +4340,48 @@
], ],
"time": "2018-07-29T20:33:41+00:00" "time": "2018-07-29T20:33:41+00:00"
}, },
{
"name": "vrkansagara/lara-out-press",
"version": "1.1.5",
"source": {
"type": "git",
"url": "https://github.com/vrkansagara/LaraOutPress.git",
"reference": "14248cf74c9a2d75be5d7aa286b0d6ca94068185"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vrkansagara/LaraOutPress/zipball/14248cf74c9a2d75be5d7aa286b0d6ca94068185",
"reference": "14248cf74c9a2d75be5d7aa286b0d6ca94068185",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Vrkansagara\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Vallabh Kansagara",
"email": "vrkansagara@gmail.com",
"homepage": "https://vrkansagara.in/"
}
],
"description": "This is simply compress your final out of Larvel Application and serve to the browser.",
"homepage": "https://vrkansagara.in/",
"keywords": [
"compress",
"laravel"
],
"time": "2018-05-25T14:31:33+00:00"
},
{ {
"name": "yajra/laravel-datatables-oracle", "name": "yajra/laravel-datatables-oracle",
"version": "v8.13.1", "version": "v8.13.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment