Skip to content

Instantly share code, notes, and snippets.

@miladimos
Last active November 3, 2021 12:56
Show Gist options
  • Save miladimos/b9d6b6005ba0fadfa61abbdb4542cbe2 to your computer and use it in GitHub Desktop.
Save miladimos/b9d6b6005ba0fadfa61abbdb4542cbe2 to your computer and use it in GitHub Desktop.
Linux Permissions for Laravel Projects
chown -R www-data:www-data /var/www/html/laravel
sudo chmod -R 775 /var/www/html/laravel/storage
sudo chmod -R 777 storage/logs storage/caches bootstrap/cache public/uploads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment