voku/HtmlMin

how to pass html & from where

ghanshyam1wnw opened this issue · 1 comments

from where we get html & how to pass in minify function in controller & one more thing it's working with symfony 6
$htmlMin = new HtmlMin();

echo $htmlMin->minify($html);

voku commented

You can find many examples in the test directory or do you have a more specific error message for me?