laravel-html-minify
laravel-html-minify copied to clipboard
Minifies the HTML output of Laravel 4 applications
Hi everyone, Do you have support for Laravel 9 version?
Syntax: @svg('', '') Link to plugin: https://github.com/adamwathan/blade-svg
Hi, I'm just getting started in the Laravel world, and I'm trying to use this plugin too. When I use it with `gulp watch`, this creates an infinite loop, as...
Hi. In my case i don't upload process file laravel to my production system, i upload the blade file and later i generated the files in storage, but i tried...
The minifying crashed when encoutering this : ``` events.js:141 throw er; // Unhandled 'error' event ^ Error: Parse Error: ``` Hope you can fix this. Thank for the great job...
Hi @fitztrev , Just to be clear, for laravel 5+ should I only use the gulp package? So it's a minification directly on the blade files before they are compiled,...
Hi the html minifier works great on my end my question is how can I uncompress it back? I'm using the code in this link https://github.com/fitztrev/laravel-html-minify/wiki/Laravel-5---5.1-HTML-Minifying Thanks in advance :)
I'm trying to use this https://github.com/fitztrev/laravel-html-minify/wiki/Laravel-5---5.1-HTML-Minifying but something wrong ``` [00:08:35] Starting 'compress'... events.js:72 throw er; // Unhandled 'error' event ^ Error: Parse Error: ... ```
The following does not work with minification: `` I had to replace all image helpers: `` We register image helper in `app/lib/View/ViewServiceProvider.php` as following: ``` require 'helpers.php'; use Blade; use...
Sometimes we need use some google expressions like . I tried add to exception this case, but I don't know how to do this. That's why I changed compileMinify function