An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Laravel HTML minify


License
Latest Stable Version
Total Downloads

🐸 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).