Download the PHP package eolme/laravel-minify-html without Composer
On this page you can find all versions of the php package eolme/laravel-minify-html. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eolme/laravel-minify-html
More information about eolme/laravel-minify-html
Files in eolme/laravel-minify-html
Download eolme/laravel-minify-html
More information about eolme/laravel-minify-html
Files in eolme/laravel-minify-html
Vendor eolme
Package laravel-minify-html
Short Description Minify your responses in Laravel
License MIT
Package laravel-minify-html
Short Description Minify your responses in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-minify-html
HTML minifier
Introduction
Very, very simple html minifier with Laravel 5.x support.
It minifies HTML by
- removing HTML comments except IE conditions
- removing comments
- shorten multiple white spaces
- removing whitespaces between HTML tags
- collapsing new lines
You should end up with a small size profit:
Uniminfied | Minified |
---|---|
64.2KB | 44.6KB |
Code Samples
Installation
You can install the package via composer:
If you are using Laravel you can add the middleware to your middleware providers
Testing
License
The MIT License (MIT).
All versions of laravel-minify-html with dependencies
PHP Build Version
Package Version
The package eolme/laravel-minify-html contains the following files
Loading the files please wait ....