Skip to content

Commit

Permalink
docs(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iiDestiny committed Jan 17, 2019
1 parent 080d157 commit dca66e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ $contents = $disk->read('folder/my_file.txt');

// get file url
$url = $disk->getUrl('folder/my_file.txt');

// file access period
$url = $disk->signUrl('file.md', $timeout);
```

See more methods [laravel-filesystem-doc](https://laravel.com/docs/5.5/filesystem)
Expand Down

0 comments on commit dca66e6

Please sign in to comment.