w1zardhead/cakephp-minifyhtml-plugin

There is no license information available for the latest version (dev-master) of this package.

CakePHP Minify Html Helper

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 20

Type:cakephp-plugin

dev-master 2017-03-13 03:57 UTC

This package is not auto-updated.

Last update: 2024-04-17 19:08:05 UTC


README

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.