evarest
Target class [blade.compiler] does not exist
I have Laravel 11.9 and have issues with using composer. If I try to user composer install, composer upgrade or even php artisan filament:upgrade, I get the following error message:
Target class [blade.compiler] does not exist.
I have removed the vendor folder, to no avail. I still get the same error when I use composer. The following command also gets this error:
php artisan package:discover
I have added "BladeUI\Icons\BladeIconsServiceProvider" to laravel - dont-discover in composer.json, but that is not a good solution (as it is still needed in filament) and it did not work anyways.
I have come to the end of my trick box. Any ideas here?
Thanks!
4 replies