Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andersonmadeira/397f93ae9720bf91ae834813dc776b27 to your computer and use it in GitHub Desktop.
Save andersonmadeira/397f93ae9720bf91ae834813dc776b27 to your computer and use it in GitHub Desktop.
permissoes_storage_laravel.txt
# Alterar permissões para a pasta storage
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