Make sure your $compiledPath location is set correct, it was changed in the 5.0.16 release.
In your bootstrap/autoload.php file, update the $compiledPath variable to:
$compiledPath = DIR.'/../vendor/compiled.php';
Thanks! I think that was it, I fixed it by deleting storage/framework/compiled aswell
Didn't work for me. Laravel 5.1 has a different compiled path but this is a fresh installation of Laravel, not an upgrade, so the paths are already correct, yet I still get this error on update.
I don't have a compiled.php file anywhere.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community