cakephp-plugin minify_html
This is a plugin for CakePHP to minify the HTML output.
jmillerdesign/minify_html
This is a plugin for CakePHP to minify the HTML output.
- Sunday, May 17, 2015
- by jmillerdesign
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 18 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
CakePHP 2.x HTML Minify Plugin
This is a plugin for CakePHP to minify the HTML output., (*1)
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., (*2)