HTMLMin / Laravel-HTMLMin

A simple HTML minifier for Laravel 5, 6, 7, 8 & 9.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This plugin not working in local server.

codemoon2019 opened this issue · comments

Can you please elaborate the steps you have followed to achieve that error/exception ?

Hi - I am quite new to Laravel and my experience with HTMLMin might help. I installed the package following all the instructions precisely but nothing was minified. I even tried putting APP_ENV=production in the .env file but it didn't help.
However, when I ran the command:
php artisan view:clear
..then everything worked fine. Really great package and I am glad I persevered.