https://github.com/attla/laravel-html-minify
🐸 A elegant HTML minifier for Laravel
https://github.com/attla/laravel-html-minify
blade-minification blade-minifier blade-minify html-minification html-minifier laravel laravel-package minify
Last synced: about 1 month ago
JSON representation
🐸 A elegant HTML minifier for Laravel
- Host: GitHub
- URL: https://github.com/attla/laravel-html-minify
- Owner: attla
- License: mit
- Created: 2022-07-12T00:11:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T21:27:03.000Z (almost 4 years ago)
- Last Synced: 2025-03-13T18:13:27.243Z (over 1 year ago)
- Topics: blade-minification, blade-minifier, blade-minify, html-minification, html-minifier, laravel, laravel-package, minify
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel HTML minify
🐸 A elegant HTML minifier for Laravel.
## Installation
```bash
composer require attla/laravel-html-minify
```
## Usage
```env
# For enable
HTML_MINIFY = true
# For disable
HTML_MINIFY = false
# For preserve HTML comments
HTML_MINIFY_COMMENTS = true
# For preserve HTML conditional comments
HTML_MINIFY_CONDITIONAL_COMMENTS = true
```
## License
This package is licensed under the [MIT license](LICENSE) © [Octha](https://octha.com).