Skip to content

Commit

Permalink
Merge pull request laravel#5358 from tontonsb/patch-2
Browse files Browse the repository at this point in the history
Rename 'default permissions' to 'permissions'
  • Loading branch information
taylorotwell authored Aug 11, 2019
2 parents 7a3f62e + 6c80e09 commit 152fe42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ When using the `local` driver, all file operations are relative to the `root` di

Storage::disk('local')->put('file.txt', 'Contents');

#### Default Permissions
#### Permissions

The `public` [visibility](#file-visibility) translates to `0755` for directories and `0644` for files. You can modify the default permissions mappings in your `filesystems` configuration file:
The `public` [visibility](#file-visibility) translates to `0755` for directories and `0644` for files. You can modify the permissions mappings in your `filesystems` configuration file:

'local' => [
'driver' => 'local',
Expand Down

0 comments on commit 152fe42

Please sign in to comment.