quuulimited/laravel-html-minify

laravel minify html output
3,606 1
Install
composer require quuulimited/laravel-html-minify
Latest Version:v1.1.2
PHP:>=8.0.0
License:MIT
Last Updated:Mar 9, 2022
Links: GitHub  ·  Packagist
Maintainer: genericmilk

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 dipesh.sukhia@gmail.com instead of using the issue tracker.

Credits

License

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

Related Packages

dipeshsukhia/laravel-html-minify

laravel minify html output

101,801 76
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

628,058,007 9,707