HTMLMin / Laravel-HTMLMin

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

Call to undefined method HTMLMin\HTMLMin\Facades\HTMLMin::isDeferred() #149

Open afshinizadi opened 4 years ago

afshinizadi commented 4 years ago

php artisan vendor:publish return

Call to undefined method HTMLMin\HTMLMin\Facades\HTMLMin::isDeferred()

ThallesTeodoro commented 4 years ago

Try to register this provider

HTMLMin\HTMLMin\HTMLMinServiceProvider::class,

in the config/app.php file

tanthammar commented 4 years ago

This solves it for me.