/cakephp-minifyhtml-plugin

CakePHP Minify Html Helper

Primary LanguagePHP

CakePHP 2.x HTML Minify Plugin

This is a plugin for CakePHP to minify the HTML output.

Build Status

Requirements:

  • PHP Version: 5.2+
  • CakePHP Version: 2.x

Installation:

Copy the project in the folder Plugin/MinifyHtml of your CakePHP application and add public $helpers = array("MinifyHtml.MinifyHtml") to your AppController.