Created
January 29, 2019 18:16
-
-
Save andersonmadeira/397f93ae9720bf91ae834813dc776b27 to your computer and use it in GitHub Desktop.
permissoes_storage_laravel.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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