Skip to content

Files

Latest commit

a037f42 · Jun 7, 2025

History

History
24 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 472 Bytes

Kirby HTML

Minifies HTML output for Kirby projects.

General

Minifies HTML output by removing comments and trailing whitespace around text nodes, using PHP 8.4’s native HTML5 parser.

Usage

Installation

composer require kenshodigital/kirby-html ^1.0

Configuration

Works out of the box without any configuration.