Skip to content

Instantly share code, notes, and snippets.

@azibom
Last active June 24, 2020 11:57
Show Gist options
  • Save azibom/ee19f8b38db0d8e1f293cb487c36fb98 to your computer and use it in GitHub Desktop.
Save azibom/ee19f8b38db0d8e1f293cb487c36fb98 to your computer and use it in GitHub Desktop.
laravel log permission
sudo chown -R $USER:www-data storage;
sudo chown -R $USER:www-data bootstrap/cache;
chmod -R 775 storage;
chmod -R 775 bootstrap/cache;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment