HTMLMin / Laravel-HTMLMin

A simple HTML minifier for Laravel 5, 6, 7, 8 & 9.
MIT License
1.02k stars 117 forks source link

This plugin not working in local server. #143

Open codemoon2019 opened 4 years ago

vipertecpro commented 4 years ago

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

alexwindsor commented 2 years ago

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.