Last active
June 24, 2020 11:57
-
-
Save azibom/ee19f8b38db0d8e1f293cb487c36fb98 to your computer and use it in GitHub Desktop.
laravel log permission
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
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