0

I'm using laragon in a windows 10 machine for a 2.2.3 Magento install. What folder permissions do I have to set?

By default, all folders are read-only (or so it seems). Currently, I set writable folders (and files): /var/ /pub/media /pub/static

Hitesh
  • 1,569
  • 1
  • 10
  • 27
fran35
  • 189
  • 2
  • 13

3 Answers3

0

You can give write permission by running below command in your CLI.

takeown /F <folder name>

For Example:

 takeown /F C:\wamp\www\Magento\www\pub\static
Hitesh
  • 1,569
  • 1
  • 10
  • 27
  • How to give write permission to vendor folder in windows 7? Is your takeown /F command okay? what about attrib? – zus Dec 14 '18 at 12:41
0

Check the below link it will help you out https://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html

0

I hope so below link is use full for you.

Magento 2 folder/file permissions

Sweety Masmiya
  • 1,371
  • 10
  • 21