Skip to content

Instantly share code, notes, and snippets.

@manuelgeek
Last active September 17, 2021 21:15
Show Gist options
  • Save manuelgeek/51262cfc73129665f8508fc22f0fdd99 to your computer and use it in GitHub Desktop.
Save manuelgeek/51262cfc73129665f8508fc22f0fdd99 to your computer and use it in GitHub Desktop.
sudo chmod -R a+w storage/app
sudo chmod -R a+w storage/framework
sudo chmod -R a+w storage/logs
sudo chmod -R a+w storage/cache
sudo chmod -R a+w bootstrap/cache
sudo chmod -R a+w .env
sudo chown -R www-data storage/app
sudo chown -R www-data storage/framework
sudo chown -R www-data storage/logs
sudo chown -R www-data storage/cache
sudo chown -R www-data bootstrap/cache
sudo chown -R www-data .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment