laravel-html-minify maintained by thatobabusi
Description
laravel minify html output
Author
Last update
2020/11/06 08:36
(dev-master)
License
Downloads
26
Tags
Laravel HTML Minifier
This package helps to minify your project`s html (blade file) output.
Installation
You can install the package via composer:
composer require thatobabusi/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.