V
V
Vanya Huk2017-05-29 18:47:20
Nginx
Vanya Huk, 2017-05-29 18:47:20

How to remove spaces between html tags?

how to remove extra spaces between tags in blade templating engine?
example

<html>
         <head>
               <title> title </title>
        </head>
</html>

should be -<html><head><title> title </title></head></html>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nik Gubin, 2017-05-29
@vanyahuk

Look for something along the lines of "Laravel 5 html minification".
For example , there is a package on github. Should do what you need (first link, maybe better)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question