Skip to content

Instantly share code, notes, and snippets.

@afsardo
Created July 1, 2017 03:57
Show Gist options
  • Save afsardo/71b90d9035abe0a644c3a5e38ff8a068 to your computer and use it in GitHub Desktop.
Save afsardo/71b90d9035abe0a644c3a5e38ff8a068 to your computer and use it in GitHub Desktop.
Laravel Folder Permissions

Define User Group

$ sudo chgrp -R www-data bootstrap/cache storage [public]

Define Read, Write and Execute permissions to the user and group

$ sudo chmod -R ug+rwx bootstrap/cache storage [public]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment