Skip to content

Instantly share code, notes, and snippets.

@Splode
Created June 5, 2018 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Splode/0d43a1da96154b610cefac62022754ec to your computer and use it in GitHub Desktop.
Save Splode/0d43a1da96154b610cefac62022754ec to your computer and use it in GitHub Desktop.
Allow Laravel `php artisan` permissions on Ubuntu
sudo chgrp -R www-data storage
sudo chgrp -R www-data bootstrap/cache
sudo chmod -R ug+rwx storage
sudo chmod -R ug+rwx bootstrap/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment