LaravelPackages.net
Acme Inc.
Toggle sidebar
quuulimited/laravel-html-minify

laravel minify html output

3.606
1
v1.1.2
About quuulimited/laravel-html-minify

quuulimited/laravel-html-minify is a Laravel package for laravel minify html output. It currently has 1 GitHub stars and 3.606 downloads on Packagist (latest version v1.1.2). Install it with composer require quuulimited/laravel-html-minify. Discover more Laravel packages by quuulimited or browse all Laravel packages to compare alternatives.

Last updated

Laravel HTML Minifier

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

you should add middleware to your web middleware group within your app/Http/Kernel.php file:
'LaravelMinifyHtml'

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 [email protected] instead of using the issue tracker.

Credits

License

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

Star History Chart