Created
July 15, 2019 12:09
-
-
Save Mexidense/da1aae5a293752b5aed57d3dc4445b99 to your computer and use it in GitHub Desktop.
Laravel file permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#from root user | |
chown -R $USER:www-data storage | |
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
sudo chown -R $USER:www-data storage && sudo chown -R $USER:www-data bootstrap/cache && sudo chmod -R 775 storage && sudo chmod -R 775 bootstrap/cache