PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Dipesh Sukhia   Laravel Minify HTML Output   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Laravel Minify HTML Output
Minify the HTML generated using Blade templates
Author: By
Last change:
Date: 4 years ago
Size: 1,632 bytes
 

Contents

Class file image Download

description of the package

Latest Version on Packagist Build Status Quality Score Total Downloads

This package helps to minify your project`s html (blade file) output.

Installation

You can install the package via composer:

composer require dipeshsukhia/laravel-html-minify

Usage

php artisan vendor:publish --tag=LaravelHtmlMinify

add in env
for enable
Html_Minify = true
for disable
Html_Minify = false

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email dipesh.sukhia@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.