Skip to content

Instantly share code, notes, and snippets.

@tadeubdev
Created July 4, 2018 02:08
Show Gist options
  • Select an option

  • Save tadeubdev/95ecb8ca2acbaf238e8c06b0ca5d6a02 to your computer and use it in GitHub Desktop.

Select an option

Save tadeubdev/95ecb8ca2acbaf238e8c06b0ca5d6a02 to your computer and use it in GitHub Desktop.
Adding permission on install Laravel
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