Upgrade to 3.4 broken
Created 6 years ago by emergingdzns

I just updated an application from 3.2 to 3.4. I did composer update -vvv after updating the composer.json file. But now when I try to run artisan I am getting the following: PHP Fatal error: Uncaught Error: Class 'Illuminate\Foundation\PackageManifest' not found in /home/runcloud/webapps/dev/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:181.

Not sure what to do. Tried composer dump-auto. What else do I do?

william  —  6 years ago

You could always try to delete the compiled class and / or the vendor directory and then run composer again.

ryanthompson  —  6 years ago

Restart PHP-fpm / the likes as well if you are using an OPcache.