laravel-minify
laravel-minify copied to clipboard
Minify your blade views, html, css and obfuscate js files on the fly. Lightweight minifier for your Laravel project.
Hi, I've been using this package and so far it works nicely, but I don't see any option/config for caching the already minified files. Using devtools in Chrome I can...
Hello, this package doesn't seem to support Chinese compression.
I have tested with my own Laravel 11 website at https://github.com/kkamara/kelvinkamara.com The minification doesn't work on Laravel 11.
Had to dig to find why this package wasn't running. Turns out the following function was returning false due to Catastrophic Backtracking ```php protected function validHtml(string $value): bool { return...
I am facing a problem in this package, the problem is after minifying files the style is not implemented on any tag include file link, with this package javascript is...
Issue #2
Implement caching every request with compability support for older version.
i want to use this for my css and js files under storage directory but, following code bloks me to do this : ```php $path = resource_path($file); if (!file_exists($path)) {...