Upgrade to 3.4 broken
Created 7 years ago by emergingdznsI 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?
ryanthompson
—
7 years ago
Restart PHP-fpm / the likes as well if you are using an OPcache.
You could always try to delete the compiled class and / or the vendor directory and then run composer again.