Advertisement
Guest User

Untitled

a guest
Jun 4th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. cd ".\YourLaravelFolder"
  2. sudo find -type d -exec chmod 755 {} \;
  3. sudo find -type d -exec chmod ug+s {} \;
  4. sudo find -type f -exec chmod 644 {} \;
  5. sudo chown -R lamp:www-pub .
  6. sudo chmod -R 777 ./storage
  7. sudo chmod -R 777 ./bootstrap/cache/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement