Skip to content

Instantly share code, notes, and snippets.

@mariapaulinar
Created February 20, 2018 15:10
Show Gist options
  • Save mariapaulinar/b224a0def12c47a18edc8ba1f8487009 to your computer and use it in GitHub Desktop.
Save mariapaulinar/b224a0def12c47a18edc8ba1f8487009 to your computer and use it in GitHub Desktop.
Permisos a directorios de Laravel en Linux Ubuntu
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