Closed ghanshyam1wnw closed 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);
You can find many examples in the test directory or do you have a more specific error message for me?
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);