Skip to content

Instantly share code, notes, and snippets.

@decodedmrq
Created February 28, 2018 09:33
Show Gist options
  • Save decodedmrq/4134e1e302ca543822c9cdca01cd2a4f to your computer and use it in GitHub Desktop.
Save decodedmrq/4134e1e302ca543822c9cdca01cd2a4f to your computer and use it in GitHub Desktop.
Laravel framework file permission - Security
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment