Most likely, you transferred your project or loaded it from a repository. The issue is not with the folder itself but with the rendered cache file. You need to clear all the cache. Start by trying php artisan optimize & php artisan view:clear (view:clear might be sufficient on its own). This will delete those files, and on the next application initialization, the framework will create new files with the correct permissions.