2017 © Pedro Peláez
 

library minifyhtml

Minify Laravel 4 HTML output

image

damianromanowski/minifyhtml

Minify Laravel 4 HTML output

  • Monday, December 2, 2013
  • by damianromanowski
  • Repository
  • 2 Watchers
  • 5 Stars
  • 402 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Minify HTML for Laravel 4

Latest Stable Version Total Downloads Build Status, (*1)

Minify HTML provides a no-frills way of quickly compressing your HTML output, (*2)

Installation

To get the latest version of Minify HTML simply require it in your composer.json file., (*3)

"damianromanowski/minifyhtml": "dev-master"

You'll then need to run composer install to download it and have the autoloader updated., (*4)

Note that once Minify HTML has a stable version tagged you should use a tagged release instead of the master branch., (*5)

Once Minify HTML is installed you need to register the service provider with the application. Open up app/config/app.php and find the providers key., (*6)

'providers' => array(

    'Damianromanowski\Minifyhtml\MinifyhtmlServiceProvider'

)

Configuration

Minify HTML provides easy configuration options compressing your output. It comes with a configuration file that you can edit at your leisure., (*7)

You'll need to run php artisan config:publish damianromanowski/minifyhtml to publish the configuration to your application., (*8)

Step 1: Enable the compressor

'enabled' => true,

And you're all done!, (*9)

The Versions

02/12 2013

dev-master

9999999-dev

Minify Laravel 4 HTML output

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Damian Romanowski

html output minify