laravel application moved to another pc laravel application moved to another pc laravel laravel

laravel application moved to another pc


I got this error, because some folders in /app/storage were missing

To fix the error, I manually created the following folders:

app/storage/app/storage/cache/app/storage/logs/app/storage/meta/app/storage/sessions/app/storage/views/

then delete the contents of my vendor folder and run composer update again


Try to remove the services.json in /meta (or rename it to something else) and try composer install again (or composer update). It is possible that the file hasn't got the correct rights for Laravel to write to.