Laravel Elixir Blade Minifier
JSON →Minify Laravel Blade templates within the Laravel Elixir build pipeline. This package extends Gulp-based Elixir with a `blademin` method that processes Blade files using html-minifier while preserving Blade control structures (e.g., @if, @foreach). Version 0.0.8 is the latest and only stable release; the package is no longer actively maintained. It is specific to the deprecated Laravel Elixir build system (v5+), but still functional for legacy projects. Alternatives include using Laravel Mix with a custom post-processing plugin.