2017 © Pedro Peláez
 

library laravel-minify-response

Minify html response

image

riseno/laravel-minify-response

Minify html response

  • Thursday, October 20, 2016
  • by ryanchan.tc
  • Repository
  • 1 Watchers
  • 5 Stars
  • 1,369 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

Laravel Minify Response

Latest Stable Version Total Downloads License, (*1)

Laravel minify response middleware that will filter all the spaces and make all the HTML tags in one line., (*2)

Installation

Require this package with composer using the following command:, (*3)

composer require riseno/laravel-minify-response

After updating composer, add the middleware to the middlewareGroups array in app/http/Kernel.php ., (*4)

protected $middlewareGroups = [
    'web' => [
        \App\Http\Middleware\EncryptCookies::class,
        \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
        \Illuminate\Session\Middleware\StartSession::class,
        \Illuminate\View\Middleware\ShareErrorsFromSession::class,
        \App\Http\Middleware\VerifyCsrfToken::class,
        \Riseno\MinifyResponse\MinifyResponseMiddleware::class,
    ],
    ...
];

License

The Laravel minify response middleware is open-sourced software licensed under the MIT license, (*5)

The Versions

20/10 2016

dev-master

9999999-dev

Minify html response

  Sources   Download

MIT

by Ryan Chan

laravel middleware output response minify riseno

20/10 2016

dev-analysis-8LMYDw

dev-analysis-8LMYDw

Minify html response

  Sources   Download

MIT

by Ryan Chan

laravel middleware output response minify riseno

19/05 2016

1.0.1

1.0.1.0

Minify html response

  Sources   Download

MIT

by Ryan Chan

laravel middleware output response minify riseno

18/05 2016

1.0.0

1.0.0.0

Minify html response

  Sources   Download

MIT

by Ryan Chan

laravel middleware output response minify riseno