1

I am faced with the mkdir(): Permission denied issue and i have checked multiple answers. All of them stated the permission of the storage folder shoulf be changed sudo chmod -R 777 app/storage but still the issue is not resolved in my case.

Any other solutions i should try to get it working?

ollieread
  • 6,018
  • 1
  • 20
  • 36
omarsafwany
  • 3,695
  • 8
  • 44
  • 75

1 Answers1

-1

Have you checked ownership of the master directory? If for example, it's owned by root:root you'd only be able to access it as root, unless you used chown to change ownership.

ollieread
  • 6,018
  • 1
  • 20
  • 36