Created
July 4, 2018 02:08
-
-
Save tadeubdev/95ecb8ca2acbaf238e8c06b0ca5d6a02 to your computer and use it in GitHub Desktop.
Adding permission on install Laravel
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 chgrp -R www-data storage bootstrap/cache | |
| sudo chmod -R ug+rwx storage bootstrap/cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment