Skip to content

Instantly share code, notes, and snippets.

@aindong
Created March 20, 2018 10:19
Show Gist options
  • Save aindong/29910e4e9f5486c40515e14ee1c3a876 to your computer and use it in GitHub Desktop.
Save aindong/29910e4e9f5486c40515e14ee1c3a876 to your computer and use it in GitHub Desktop.
laravel-folder permission
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