voku / HtmlMin

:clamp: HtmlMin: HTML Compressor and Minifier via PHP
MIT License
160 stars 21 forks source link

how to pass html & from where #69

Closed ghanshyam1wnw closed 2 years ago

ghanshyam1wnw commented 2 years ago

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 2 years ago

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