79135122

Date: 2024-10-28 21:18:48
Score: 1
Natty:
Report link

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.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mydls1