Under /storage/app/public/ (laravel)
1 2 3 |
sudo find . -type f -exec chmod 664 {} + \ && sudo find . -type d -exec chmod 775 {} + \ && sudo chown -R www-data:www-data . |
Under /storage/app/public/ (laravel)
1 2 3 |
sudo find . -type f -exec chmod 664 {} + \ && sudo find . -type d -exec chmod 775 {} + \ && sudo chown -R www-data:www-data . |