Skip to content

Instantly share code, notes, and snippets.

@vandro
Last active March 27, 2018 20:44
Show Gist options
  • Save vandro/b263ab8d8776aa26b9ab7424e30651ee to your computer and use it in GitHub Desktop.
Save vandro/b263ab8d8776aa26b9ab7424e30651ee to your computer and use it in GitHub Desktop.
Que permisos asignar en que carpetas y/o archivos en yii2
chmod -R 0777 runtime && chmod -R 0777 web/assets && chmod -R 0755 yii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment