Folder Permissions

How to change the folder permissions?

Set the permissions to 775 to the following files and folders recursively:

  • bootstrap/cache

  • storage

Select the folder, and choose "Change Permissions" from the context menu.

Change Folder Permissions

On a Linux based system, run the following commands to change the folder permission.

sudo chmod -R 775 bootstrap/cachesudo chmod -R 775 storage

Last updated