evarest
Target class [blade.compiler] does not exist
asking a questions sometimes triggers solutions 🙂 I managed to figure out what was causing the seemingly random issues.
I had in app.php added
'providers' => [
],
This because I got an error and someone suggested adding a provider here. However in Laravel 11.9, apparently adding an empty provider array gives lots of issues.
After removing this, removing vendor folder and doing composer install, all worked again.
Hope this helps someone down the line!
4 replies